Skip to content

Commit

Permalink
fix: fix logo importing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed May 10, 2024
1 parent f8b4f65 commit c8e4b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {HistoricalRecord} from "./HistoryContext.tsx";
import {useState} from "react";
import {TbHistory, TbHistoryToggle, TbMoon, TbSun, TbSunMoon} from "react-icons/tb";
import Completions from "./Completions.tsx";
import Logo from "./assets/Logo.svg?react";
import Logo from "./assets/logo.svg?react";

function App() {
const [showHistory, setShowHistory] = useState(false);
Expand Down

0 comments on commit c8e4b6b

Please sign in to comment.