1 parent fd07695 commit 73b802aCopy full SHA for 73b802a
1 file changed
src/pages/research.astro
@@ -4,6 +4,7 @@ import { profile } from "@/settings";
4
import BetterIcon from "@/components/ui/BetterIcon.astro";
5
import List from "@/components/ui/List.astro";
6
import { skills } from "../data/cv";
7
+import SkillTags from "@/components/ui/SkillTags.astro";
8
import {RESEARCH_ICONS} from "@/data/researchIcons";
9
10
const { research_areas } = profile;
@@ -69,7 +70,7 @@ const { research_areas } = profile;
69
70
{
71
skills.length > 0 && (
72
<section class="mt-12">
- <List listTitle="Skills & Tools" listItems={skills} />
73
+ <SkillTags listTitle="Skills & Tools" skills={skills} />
74
</section>
75
)
76
}
0 commit comments