diff --git a/renderer/components/Header.tsx b/renderer/components/Header.tsx index 1a9b82d..71c8047 100644 --- a/renderer/components/Header.tsx +++ b/renderer/components/Header.tsx @@ -1,6 +1,6 @@ import { FEATURE_FLAGS } from "@common/feature-flags"; import React from "react"; -import UpscaylSVGLogo from "./icons/upscayl-logo-svg"; +import UpscaylSVGLogo from "@/components/icons/upscayl-logo-svg"; import { useAtomValue } from "jotai"; import { translationAtom } from "@/atoms/translations-atom";