Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwenisch committed Dec 3, 2024
1 parent 47da00d commit 2a7d0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/[lang]/bottom-bar/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Page() {
</div>
{/* button wrapper */}
<div className="flex justify-center p-4">
<div className="grid grid-cols-[auto_1fr_1fr] items-center justify-center gap-4 w-auto">
<div className="grid w-auto grid-cols-[auto_1fr_1fr] items-center justify-center gap-4">
<StarIconButton />
<ButtonInFavour />
<ButtonAgainst />
Expand Down

0 comments on commit 2a7d0df

Please sign in to comment.