Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update-readme #1

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading