Fixed weird favicon caching situation
This commit is contained in:
@ -62,7 +62,7 @@ export const SignInWithApple = ({
|
||||
>
|
||||
<div className='flex items-center gap-2'>
|
||||
<Image
|
||||
src='/icons/apple.svg'
|
||||
src='/icons/auth/apple.svg'
|
||||
alt='Apple logo'
|
||||
className='invert-75 dark:invert-25'
|
||||
width={22}
|
||||
|
@ -56,7 +56,7 @@ export const SignInWithMicrosoft = ({
|
||||
>
|
||||
<div className='flex items-center gap-2'>
|
||||
<Image
|
||||
src='/icons/microsoft.svg'
|
||||
src='/icons/auth/microsoft.svg'
|
||||
alt='Microsoft logo'
|
||||
width={20}
|
||||
height={20}
|
||||
|
@ -14,7 +14,7 @@ const Footer = () => {
|
||||
hover:bg-gradient-to-tr hover:from-[#35363F] hover:to-[#23242F]
|
||||
flex items-center gap-2 transition-all duration-200'
|
||||
>
|
||||
<Image src='/icons/gitea.svg' alt='Gitea' width={20} height={20} />
|
||||
<Image src='/icons/misc/gitea.svg' alt='Gitea' width={20} height={20} />
|
||||
<span className='text-white'>View Source Code on Gitea</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user