fix: bad local string
This commit is contained in:
parent
8d066ed42f
commit
cbcce2112b
@ -21,7 +21,7 @@ const Home: NextPage = () => {
|
|||||||
<Link href='https://github.com/Walidoux/next-app-boilerplate'>
|
<Link href='https://github.com/Walidoux/next-app-boilerplate'>
|
||||||
<a className='mt-7 flex cursor-pointer items-center justify-center rounded-xl border-none bg-white bg-none py-[10px] px-6 font-semibold text-black no-underline outline-none transition duration-300 hover:bg-black hover:text-white'>
|
<a className='mt-7 flex cursor-pointer items-center justify-center rounded-xl border-none bg-white bg-none py-[10px] px-6 font-semibold text-black no-underline outline-none transition duration-300 hover:bg-black hover:text-white'>
|
||||||
<FiGithub fontSize={20} />
|
<FiGithub fontSize={20} />
|
||||||
<span className='ml-3'>{t('common:walidoux-github')}</span>
|
<span className='ml-3'>{t('common:repo-github')}</span>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
Reference in New Issue
Block a user