Skip to content

Commit

Permalink
lint: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jktrn committed May 29, 2024
1 parent 1fbdc2e commit 472cbc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/app/[game]/[category]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ export default async function GameCategoryPage({ params }: Props) {
className="w-8 h-8"
/>
<div className="flex flex-col">
<AlertTitle className="text-base">Heads up!</AlertTitle>
<AlertTitle className="text-base">
Heads up!
</AlertTitle>
<AlertDescription className="text-muted-foreground">
Single tap or click on assets to view info &
download them.
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const config = {
"accordion-up": "accordion-up 0.2s ease-out",
},
objectPosition: {
'offset-center': '50% 20%',
}
"offset-center": "50% 20%",
},
},
},
plugins: [require("tailwindcss-animate")],
Expand Down

0 comments on commit 472cbc5

Please sign in to comment.