Skip to content

Commit

Permalink
chore: lint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 10, 2024
1 parent 0457026 commit ad0d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tutorials/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { data: guides } = await useAsyncData('tutorials', () =>
v-for="(guide, index) of guides"
:key="index"
:to="`/tutorials/${guide._dir}`"
class="grid grid-cols-2 items-center gap-4 border-b border-gray-100 p-4 hover:bg-zkSlate-100 dark:border-gray-800 dark:hover:bg-zkSlate-900"
class="hover:bg-zkSlate-100 dark:hover:bg-zkSlate-900 grid grid-cols-2 items-center gap-4 border-b border-gray-100 p-4 dark:border-gray-800"
>
<div>
{{ guide.title }}
Expand Down

0 comments on commit ad0d74d

Please sign in to comment.