From 481493cb68ec6f08c9d26143fb73726afb676375 Mon Sep 17 00:00:00 2001 From: Csaky Date: Mon, 16 Dec 2024 15:43:23 -0800 Subject: [PATCH] update readme test pipeline --- README.md | 2 ++ frontend/src/components/NotFound.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 322f4b80..acaf3ddb 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/frontend/src/components/NotFound.tsx b/frontend/src/components/NotFound.tsx index 090dfbc7..0189b3aa 100644 --- a/frontend/src/components/NotFound.tsx +++ b/frontend/src/components/NotFound.tsx @@ -19,7 +19,7 @@ export default function NotFound() { 404 - + The page you’re looking for does not exist.