Skip to content

Commit

Permalink
Remove editing label on edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Dec 15, 2023
1 parent 434df65 commit d47a580
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/edit/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ export function Edit() {
spacing={3}
useFlexGap={true}
>
<Typography variant="h4">
<span style={{ fontWeight: 200 }}>{t("editing") + " "}</span>{" "}
{resource.name}
</Typography>
<Typography variant="h4">{resource.name}</Typography>

<Stack
direction="row"
Expand Down

0 comments on commit d47a580

Please sign in to comment.