Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Hashir-Akbar authored Feb 2, 2025
2 parents 9a88e1d + ae25e36 commit a6a9127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function BlogIndexPage() {
<TextLink href='/rss.xml'> RSS Feed</TextLink>, too!
</Paragraph>
</div>
<div className='mx:64 mt-12 md:flex md:justify-center lg:justify-start'>
<div className='mx:64 mt-12 md:flex md:justify-center lg:justify-center'>
<Filter
data={navItems || []}
onFilter={onFilter}
Expand Down

0 comments on commit a6a9127

Please sign in to comment.