Skip to content

Commit

Permalink
center items
Browse files Browse the repository at this point in the history
  • Loading branch information
whazor committed Aug 15, 2024
1 parent 6f7c9d8 commit e20c0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Home(props: {releases: Release[]}) {

return (
<>
<div className="flex flex-wrap gap-2 mb-2">
<div className="flex flex-wrap gap-2 mb-2 items-center">
<h2>Popular releases</h2>
<div>
{[...groups].filter(Boolean)
Expand Down

0 comments on commit e20c0a8

Please sign in to comment.