Skip to content

Commit

Permalink
add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcts committed Sep 2, 2024
1 parent 84f9993 commit 9dee5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Filters() {
<ActivityStatusToggle filter={ActivityStatus.ACTIVE} />
<ActivityStatusToggle filter={ActivityStatus.PAST} />
<ActivityStatusToggle filter={undefined} />
<p className="!mt-4">{t("area_of_work")}</p>
<p className="!mt-8">{t("area_of_work")}</p>
<ExpertiseToggle filter={undefined} />
<ExpertiseToggle filter={Expertise.ADMIN} />
<ExpertiseToggle filter={Expertise.DEV} />
Expand Down

0 comments on commit 9dee5e3

Please sign in to comment.