Skip to content

Commit

Permalink
fixed show_more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio2115 committed Sep 29, 2024
1 parent 6a8c6e5 commit ed3d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/dashboard/project-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default function ProjectForm({
}}
className="rounded-full max-w-max"
>
{showMore ? t("show_more") : t("show_less")}
{showMore ? t("show_less") : t("show_more")}
</Button>

{showMore ? (
Expand Down

0 comments on commit ed3d0c6

Please sign in to comment.