style: replace emoji heart with primary Heart icon and polish Valknar link

- Swap 💜 for a filled Lucide Heart icon in text-primary in both Footer and AppSidebar
- Style Valknar link with animated underline (decoration-primary on hover)
- Add sidebar footer with copyright, Heart, Valknar link, and GitFork source link
- Add author field to package.json

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 12:20:28 +01:00
parent 0d731e56da
commit 6a586b936a
3 changed files with 61 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
"name": "kit-ui",
"version": "0.1.0",
"private": true,
"author": {
"name": "Valknar",
"email": "valknar@pivoine.art"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",