From 0640b9e46e91726abe78532f0dd9e35ac9bcef12 Mon Sep 17 00:00:00 2001 From: maxime Date: Thu, 11 Jan 2024 19:27:55 +0100 Subject: [PATCH] fix account.svg logo --- front/views/template/Header.tsx | 4 ++-- public/account.svg | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 public/account.svg diff --git a/front/views/template/Header.tsx b/front/views/template/Header.tsx index 2618d90..4bbd538 100644 --- a/front/views/template/Header.tsx +++ b/front/views/template/Header.tsx @@ -1,5 +1,5 @@ import { BASE } from "../../Constants" - +import accountSvg from "../../assets/account.svg" /** * * @param param0 username @@ -25,7 +25,7 @@ export function Header({ username }: { username: string }) { {/* */} { location.pathname = BASE + "/settings" }} diff --git a/public/account.svg b/public/account.svg deleted file mode 100644 index 70d7391..0000000 --- a/public/account.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file