Skip to content

Commit

Permalink
delete h1
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingLychee committed Oct 6, 2024
1 parent 014ceb7 commit a712f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function App() {
className="text-5xl text-center font-bold my-20"
/>

<h1 className="text-5xl text-center font-bold my-20">{t('title')}</h1>
{/*<h1 className="text-5xl text-center font-bold my-20">{t('title')}</h1>*/}
<div className="flex justify-between">
<div>
<Button
Expand Down

0 comments on commit a712f5a

Please sign in to comment.