Skip to content

Commit 4e5ff37

Browse files
committed
refactor: downgrade Angular CLI version and remove unused branding properties
- Downgraded @angular/cli from 21.2.2 to 19.2.22 in package.json. - Removed the brand$ observable from BrandingService as it was not utilized. - Eliminated the setting of the --brand-hero-image CSS variable and related styles in styles.scss.
1 parent e731c9f commit 4e5ff37

File tree

5 files changed

+1671
-3388
lines changed

5 files changed

+1671
-3388
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)