mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
update PWA icon, fix floating number balance (#159)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Sparkles } from "lucide-react"
|
||||
import Image from "next/image"
|
||||
|
||||
export function Logo() {
|
||||
return (
|
||||
<div className="flex items-center gap-2">
|
||||
{/* <Sparkles className="h-6 w-6 text-primary" /> */}
|
||||
<Image src="/icons/icon.png" alt="HabitTrove Logo" width={96} height={96} className="h-12 w-12 hidden xs:inline" />
|
||||
<span className="font-bold text-xl">HabitTrove</span>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user