mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-12 22:07:41 +01:00
Enhance project star icon with hover animation, update compatibility date, and remove unused pnpm configuration
This commit is contained in:
@@ -52,7 +52,7 @@ const { data: projects } = await useAsyncData('all-projects', () => {
|
||||
v-if="project.favorite"
|
||||
name="i-ph-star-duotone"
|
||||
size="16"
|
||||
class="text-amber-500"
|
||||
class="text-amber-500 hover:rotate-360 duration-300"
|
||||
/>
|
||||
</UTooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user