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 ++-- frontend/src/images/svgs/steam.tsx | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 frontend/src/images/svgs/steam.tsx (limited to 'frontend/src/images') 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; diff --git a/frontend/src/images/svgs/steam.tsx b/frontend/src/images/svgs/steam.tsx new file mode 100644 index 0000000..0dc9a04 --- /dev/null +++ b/frontend/src/images/svgs/steam.tsx @@ -0,0 +1,7 @@ +export function LoginIcon(){ + return ( + + + + ) +} \ No newline at end of file -- cgit v1.2.3