Merge Tag v0.2.23

This commit is contained in:
2025-06-13 21:59:16 +02:00
13 changed files with 101 additions and 32 deletions

View File

@@ -1,8 +1,9 @@
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>
)