Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewillia committed Jan 29, 2025
1 parent 5f900b0 commit e0db2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:

- name: Build npm commands
run: |
npm install
npm run build --if-present
2 changes: 1 addition & 1 deletion src/components/AppToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const AppToolbar = (props: AppToolbarProps) => {
{children}
<img src={`${GEOVIEW_CORE_URL}/img/Logo.png`} alt="GeoView" style={{ height: 40, marginRight: 16 }} />{/* Adjust height and margin as needed */}
<Typography variant="h6" component="div" sx={{ flexGrow: 1 }}>
Canadian Geospatial Platform (CGP) - GeoView # 2
Canadian Geospatial Platform (CGP) - GeoView # 3
</Typography>
<div>
<IconButton
Expand Down

0 comments on commit e0db2f7

Please sign in to comment.