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