diff --git a/src/components/Skills.astro b/src/components/Skills.astro index 5f1d25c..33f4af6 100644 --- a/src/components/Skills.astro +++ b/src/components/Skills.astro @@ -1,6 +1,7 @@ --- import { Icon } from "astro-icon/components"; import Section from "./ui/Section.astro"; +import Tooltip from "./ui/Tooltip.astro"; const { skills } = Astro.props; @@ -22,15 +23,7 @@ interface SkillProps { data-inline="false" /> - -
+