diff --git a/frontend/src/app/components/About/AboutCard.tsx b/frontend/src/app/components/About/AboutCard.tsx index eedfa12..333479e 100644 --- a/frontend/src/app/components/About/AboutCard.tsx +++ b/frontend/src/app/components/About/AboutCard.tsx @@ -65,7 +65,7 @@ export default function AboutCard({ return (
-
+
{buttons.map(({ key, Icon }) => { const isActive = activeTab === key; @@ -87,7 +87,7 @@ export default function AboutCard({ isActive={isActive} width={32} height={32} - className="w-8 h-8 md:w-12 md:h-12" + className="w-8 h-8 md:w-12 md:h-12 scale-x-[-1]" /> );