We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eee48 commit 4f66711Copy full SHA for 4f66711
2 files changed
public/PySPlanner.png public/logo.pngpublic/PySPlanner.png renamed to public/logo.png
src/pages/index.tsx
@@ -413,7 +413,7 @@ export default function App() {
413
<Card className="w-72 min-w-72 flex flex-col">
414
<div className="pt-4 pb-2 flex flex-col">
415
<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" />
+ <img src="./logo.png" className="h-14 w-14 rounded-lg" />
417
<div className="flex flex-col pl-4">
418
<h1 className="text-2xl font-bold">PySplanner</h1>
419
<h2 className="text-sm font-small">Dashboard</h2>
0 commit comments