Skip to content

Commit

Permalink
Merge pull request #1 from bcgov/feature
Browse files Browse the repository at this point in the history
Adds feature branch
  • Loading branch information
gregorylavery authored Dec 17, 2024
2 parents 281ba9d + a40e172 commit 35000b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Header() {
<AppBar position="fixed" sx={styles.appBar}>
<Toolbar sx={{ justifyContent: 'space-between' }}>
<img style={{ maxHeight: '60px' }} alt="Logo" src={BCGovLogo} />
<Typography sx={{ color: '#2a4679' }}>Quickstart OpenShift Emerald - TEST PR</Typography>
<Typography sx={{ color: '#2a4679' }}>Quickstart OpenShift Emerald - TEST PR GREG UPDATE</Typography>
<a href={'/'} target={'_self'}>
<IconButton color="secondary">
<HomeRounded color="secondary"></HomeRounded>
Expand Down

0 comments on commit 35000b9

Please sign in to comment.