Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonlanthen authored and actions-user committed Dec 17, 2024
1 parent a5b0e02 commit 1cab6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link';

type TechCardTranslations = {
badgeDonated: string;
}
};

type TechCardProps = {
title: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function TechList({ lang }: DefaultParams) {
<div className="mx-auto max-w-6xl">
<div className="flex justify-center pb-10">
<Tabs defaultValue="tech" className="w-[400px]" onValueChange={handleTabChange}>
<TabsList className="grid w-full grid-cols-2 bg-primary bg-opacity-10">
<TabsList className="bg-primary grid w-full grid-cols-2 bg-opacity-10">
<TabsTrigger value="tech">{translator?.t('tabs.tech-stack')}</TabsTrigger>
<TabsTrigger value="donated">{translator?.t('tabs.donated-tech')}</TabsTrigger>
</TabsList>
Expand Down

0 comments on commit 1cab6a4

Please sign in to comment.