diff --git a/frontend/src/assets/icons/web_light_rd_ctn@1x.png b/frontend/src/assets/icons/web_light_rd_ctn@1x.png new file mode 100644 index 0000000..c10845a Binary files /dev/null and b/frontend/src/assets/icons/web_light_rd_ctn@1x.png differ diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 80a5784..2563fb2 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -1,5 +1,5 @@ import { Link } from 'react-router-dom'; -import GoogleLogo from '@/assets/icons/web_neutral_rd_ctn@1x.png'; +import GoogleLogo from '@/assets/icons/web_light_rd_ctn@1x.png'; import useAuthStore from '@/stores/useAuthStore'; import { Button } from '@/components/ui/button';