From 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 14:01:01 -0500 Subject: Switched to tailwind/vite --- frontend/src/images/Images.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/images/Images.tsx') diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx index eb12588..6b46893 100644 --- a/frontend/src/images/Images.tsx +++ b/frontend/src/images/Images.tsx @@ -1,5 +1,5 @@ import logo from "./png/logo.png"; -import login from "./png/login.png"; +import { LoginIcon as Login } from "./svgs/steam.tsx"; import img1 from "./png/1.png"; import img2 from "./png/2.png"; import img3 from "./png/3.png"; @@ -23,7 +23,7 @@ import img20 from "./png/20.png"; import img21 from "./png/21.png"; export const LogoIcon = logo; -export const LoginIcon = login; +export const LoginIcon = Login; export const SearchIcon = img1; export const HomeIcon = img2; -- cgit v1.2.3