FEAT: Added icons back into the skills section
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m19s

This commit is contained in:
2025-05-27 22:00:53 +01:00
parent 280c8e15ad
commit 9028175ae4
10 changed files with 6 additions and 1 deletions

0
src/lib/types.d.ts vendored
View File

View File

@ -47,6 +47,7 @@
{#each info.skills as skill}
<Card containerStyle="opacity-100 hover:opacity-100 hover:scale-[105%] md:opacity-70 transition-all duration-300">
<h2 slot="headerLeft">{skill.name}</h2>
<i slot="headerRight" class="text-slate-300 text-5xl {skill.logo}"></i>
<div slot="content">
<Collapsible>
<span slot="label" class="text-lg">About {skill.name}</span>