diff --git a/src/components/Ability.tsx b/src/components/Ability.tsx index 7ff025c..ae34acf 100644 --- a/src/components/Ability.tsx +++ b/src/components/Ability.tsx @@ -70,10 +70,19 @@ export default function Ability({ href ? "cursor-pointer hover:scale-105 transition transform" : "" )} > - +
+ +
{href && !fullLink && ( - ( - + See ability {name} - - ) + )}
diff --git a/src/components/Skill.tsx b/src/components/Skill.tsx index bc4cd7e..15cd2de 100644 --- a/src/components/Skill.tsx +++ b/src/components/Skill.tsx @@ -47,12 +47,14 @@ export default function Skill({
- +
+ +