Skip to content

Commit 78f7bf9

Browse files
0xSpecterrobines
andauthored
Update frontend/src/PagesAdmin/ClosedPeriodAdminPage/ClosedPeriodAdminPage.tsx
Co-authored-by: Robin <[email protected]>
1 parent e86fcce commit 78f7bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/PagesAdmin/ClosedPeriodAdminPage/ClosedPeriodAdminPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function ClosedPeriodAdminPage() {
5656

5757
const header = (
5858
<>
59-
<Button theme="success" rounded={true} link={ROUTES.frontend.admin_closed_create}>
59+
<Button theme="success" rounded link={ROUTES.frontend.admin_closed_create}>
6060
{t(KEY.admin_closed_period_new_period)}
6161
</Button>
6262
<span style={{ marginRight: 10 }}>{dbT({ text_nb: 'Stenging status', text_en: 'Closing status' }, 'text')}</span>

0 commit comments

Comments
 (0)