fix: bad local string

This commit is contained in:
Walid 2022-08-13 14:15:08 +01:00
parent 8d066ed42f
commit cbcce2112b
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

View File

@ -21,7 +21,7 @@ const Home: NextPage = () => {
<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'>
<FiGithub fontSize={20} />
<span className='ml-3'>{t('common:walidoux-github')}</span>
<span className='ml-3'>{t('common:repo-github')}</span>
</a>
</Link>
</main>