fix: bad local string
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user