-
Contact Us
-
-
- Low Carbon Fuel Standard
-
- For feedback and questions related to the Low Carbon Fuel Standard,
- please contact the Low Carbon Fuels Branch.
-
-
-
-
-
- BCeID
-
- For questions related to BCeID, such as registering for a BCeID,
- resetting your password, or a locked account, please contact the BCeID
- Help Desk.
-
-
- -
- Visit the BCeID{' '}
-
- Help Desk
-
-
- - Phone: 1-888-356-2741
-
-
-
-
- IDIR
-
- For questions related to IDIR, such as resetting your password or a
- locked account, please contact the OCIO Service Desk.
-
-
-
-
- )
-}
-
-export default ContactUs
diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx
index 76b9cbf08..0af3801f8 100644
--- a/frontend/src/components/Footer.jsx
+++ b/frontend/src/components/Footer.jsx
@@ -7,13 +7,13 @@ const Footer = (props) => {
const links = useMemo(
() => [
{
- href: '/',
+ href: 'https://gov.bc.ca/',
name: 'Home',
id: 'footer-home',
label: 'Home page of LCFS'
},
{
- href: 'https://www2.gov.bc.ca/gov/content/industry/electricity-alternative-energy/transportation-energies/renewable-low-carbon-fuels/transportation-fuels-reporting-system',
+ href: 'https://www.gov.bc.ca/aboutgov',
name: 'About this site',
id: 'footer-about-this-site',
label: 'About this site'
@@ -43,7 +43,7 @@ const Footer = (props) => {
label: 'BC gov copyright information'
},
{
- href: '/contact-us',
+ href: 'https://gov.bc.ca/contactus',
name: 'Contact Us',
id: 'footer-contact-us',
label: 'Contact Us information for LCFS application'
diff --git a/frontend/src/components/Login.jsx b/frontend/src/components/Login.jsx
index c3333649e..088561f4b 100644
--- a/frontend/src/components/Login.jsx
+++ b/frontend/src/components/Login.jsx
@@ -23,7 +23,7 @@ import Grid from '@mui/material/Grid'
import { useKeycloak } from '@react-keycloak/web'
import { useMemo } from 'react'
import { useTranslation } from 'react-i18next'
-import { Link, useLocation } from 'react-router-dom'
+import { useLocation } from 'react-router-dom'
import Snowfall from 'react-snowfall'
const currentDate = new Date()
@@ -245,22 +245,6 @@ export const Login = () => {
-