diff --git a/src/components/Accordion.astro b/src/components/Accordion.astro index 44b517a..53de57f 100644 --- a/src/components/Accordion.astro +++ b/src/components/Accordion.astro @@ -16,20 +16,23 @@ const { institution, qualification, grades, isOpen = false } = Astro.props; -

- {institution} -

- - - -
-
-

+

{qualification}

- + + + + +
+

+ {institution} +

+
    + {grades.map((grade) =>
  1. {grade}
  2. )} +
diff --git a/src/components/Skills.astro b/src/components/Skills.astro index 52e1681..7ff03ce 100644 --- a/src/components/Skills.astro +++ b/src/components/Skills.astro @@ -15,13 +15,13 @@ const skills = await Promise.all(