Fixed weird favicon caching situation

This commit is contained in:
2025-06-13 15:25:33 -05:00
parent f456e05a05
commit 55fdeb23b3
28 changed files with 126 additions and 47 deletions

View File

@ -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}

View File

@ -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}