Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
8UA authored and arianrhodsandlot committed Apr 15, 2024
1 parent 078fbd0 commit ee869ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/components/routes/home/intro/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Banner() {
<div className='relative bg-white/70 pb-10 pt-12 text-rose-700 backdrop-blur-sm'>
<div className='flex-center m-auto gap-4 font-bold'>
<img alt='RetroAssembly' className='h-16 w-16 rounded-full' src={logo} />
<div className='font-["Fredoka_Variable",sans-serif] text-2xl tracking-wider sm:text-6xl'>RetroAssemly</div>
<div className='font-["Fredoka_Variable",sans-serif] text-2xl tracking-wider sm:text-6xl'>RetroAssembly</div>
</div>
<div className='m-auto mt-4 flex max-w-[60%] flex-col items-center justify-center gap-2 text-xs tracking-wider sm:flex-row sm:gap-0'>
<AnimatedIcons>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function AboutButton() {
<div className='w-72 text-rose-700'>
<div className='flex-center m-auto gap-4 font-bold'>
<img alt='RetroAssembly' className='h-12 w-12 rounded-full' src={logo} />
<div className='font-["Fredoka_Variable",sans-serif] text-2xl tracking-wider'>RetroAssemly</div>
<div className='font-["Fredoka_Variable",sans-serif] text-2xl tracking-wider'>RetroAssembly</div>
</div>
<div className='mt-4 text-center text-sm'>
{t('A personal retro game collection cabinet in your browser')}
Expand Down

0 comments on commit ee869ae

Please sign in to comment.