File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Full Stack FastAPI Project</ title >
8- < link rel ="icon " type ="image/x-icon " href ="./src /assets/images/favicon.png " />
8+ < link rel ="icon " type ="image/x-icon " href ="/assets/images/favicon.png " />
99 </ head >
1010 < body >
1111 < div id ="root "> </ div >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515import { useQueryClient } from "@tanstack/react-query"
1616import { FiLogOut , FiMenu } from "react-icons/fi"
1717
18- import Logo from "../.. /assets/images/fastapi-logo.svg"
18+ import Logo from "/assets/images/fastapi-logo.svg"
1919import type { UserPublic } from "../../client"
2020import useAuth from "../../hooks/useAuth"
2121import SidebarItems from "./SidebarItems"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
2020} from "@tanstack/react-router"
2121import { type SubmitHandler , useForm } from "react-hook-form"
2222
23- import Logo from ".. /assets/images/fastapi-logo.svg"
23+ import Logo from "/assets/images/fastapi-logo.svg"
2424import type { Body_login_login_access_token as AccessToken } from "../client"
2525import useAuth , { isLoggedIn } from "../hooks/useAuth"
2626import { emailPattern } from "../utils"
You can’t perform that action at this time.
0 commit comments