Skip to content

Commit 4f66711

Browse files
committed
Fix logo not showing on github build
1 parent 18eee48 commit 4f66711

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export default function App() {
413413
<Card className="w-72 min-w-72 flex flex-col">
414414
<div className="pt-4 pb-2 flex flex-col">
415415
<div className="flex rounded-lg hover:bg-zinc-800 mb-3 py-1 w-[calc(100%-30px)] ml-[15px]" onClick={ () => SetSettingsActive(false) }>
416-
<img src="./PySplanner.png" className="h-14 w-14 rounded-lg" />
416+
<img src="./logo.png" className="h-14 w-14 rounded-lg" />
417417
<div className="flex flex-col pl-4">
418418
<h1 className="text-2xl font-bold">PySplanner</h1>
419419
<h2 className="text-sm font-small">Dashboard</h2>

0 commit comments

Comments
 (0)