Skip to content

Commit 587f2ec

Browse files
authored
Logo and Path Update (#114)
# Description Updates dependencies including the style-guide which has the updated logo and the path for dev-portal - Closes #112 - Closes #110 Note: Other branded assets are not being updated at this time: #113 to track other updates ## Screenshot(s) Path update and header logo: <img width="1261" alt="image" src="https://github.com/user-attachments/assets/8cdb650a-89ad-491f-b926-b9eb33601862" /> Footer logo: <img width="969" alt="image" src="https://github.com/user-attachments/assets/9e3fa846-0b8d-40a8-afc2-7372daecd0e3" /> ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Content Change (Required approval in Slack: `#frequency-xyz` and remember that changes along the way trigger re-approval.) - [x] Approved by: FNF
1 parent 0ff0d35 commit 587f2ec

File tree

12 files changed

+644
-1315
lines changed

12 files changed

+644
-1315
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
# If this fails, run 'npm run fix-package-lock' and commit the result
7272
run: npm ci
7373

74+
- name: Build
75+
run: npm run build
76+
7477
- name: Unit Tests
7578
run: npm run test:unit
7679

0 commit comments

Comments
 (0)