Skip to content

Commit

Permalink
fix: Add padding to storage page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWave022 committed Aug 25, 2024
1 parent 5942aaa commit a5c3cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(default)/storage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function StoragePage({

return (
<>
<h1>{t('title')}</h1>
<h1 className='my-4 text-center'>{t('title')}</h1>
<div className='my-4 flex flex-col justify-center gap-2 lg:flex-row'>
<SearchBar className='lg:max-w-2xl' />
<Select>
Expand Down

0 comments on commit a5c3cb6

Please sign in to comment.