feat: animated icon

This commit is contained in:
2025-10-09 16:18:19 +02:00
parent 4e0422bede
commit 75f57159a5
69 changed files with 438 additions and 197 deletions

2
Projects/kompose/docs/app/components/AppHeader.vue Normal file → Executable file
View File

@@ -22,7 +22,7 @@ const { header } = useAppConfig()
<template v-else #left>
<div class="flex items-center gap-6">
<NuxtLink :to="header?.to || '/'" class="flex items-center">
<img src="/icon.svg" alt="kompose" class="size-7 mt-1 mr-2"></img>
<AppIcon size="32px" class="mt-1 mr-2" />
<AppLogo class="!text-2xl mt-1" />
</NuxtLink>