Skip to content

Commit

Permalink
docs: update-readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky authored Dec 17, 2024
1 parent c4ff778 commit adcec60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Create a new repository using this repository as a template.

![](./.github/graphics/template.png)

* Ensure you choose a name for your repo that will not result in a package name collision. Existing package names for the bcgov org can be searched [here](https://github.com/orgs/bcgov/packages
)
## Secrets and Variables

Variables and secrets are consumed by workflows. Environments provide their own values, overriding default sets.
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function NotFound() {
<Container maxWidth="md">
<Grid>
<Typography variant="h1">404</Typography>
<Typography variant="h6">
<Typography variant="h5">
The page you’re looking for does not exist.
</Typography>
<Button
Expand Down

0 comments on commit adcec60

Please sign in to comment.