Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Maria committed May 29, 2024
1 parent 4c768ff commit 44d7c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AboutMenu/AboutMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const AboutMenu = () => {
>
<div className='p-6 border-b border-gray-200 dark:border-gray-600'>
<div className='min-w-fit text-gray-900 dark:text-gray-300 text-sm flex flex-col gap-3 leading-relaxed'>
<h1>{t('bw', { ns: 'about' })} <a href="https://bestwaifu.top/" target="_blank" class="link">BestWaifu</a></h1>
<h1>{t('bw', { ns: 'about' })} <a href="https://bestwaifu.top/" target="_blank" className="link">BestWaifu</a></h1>
<p>{t('description', { ns: 'about' })}</p>
<p>
<Trans
Expand Down

0 comments on commit 44d7c29

Please sign in to comment.