Skip to content

Commit

Permalink
fix: do not capitalise add network
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Aug 21, 2024
1 parent 86af370 commit dec7146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/add-network/add-network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function AddNetwork() {

return (
<>
<PageHeader title="Add Network" />
<PageHeader title="Add network" />
<Content>
<Page>
<Formik initialValues={initialFormValues} onSubmit={onSubmit}>
Expand Down

0 comments on commit dec7146

Please sign in to comment.