Skip to content

feat(branding): replace placeholder brand icon with official logo icons - #10

Merged
theprogrammersingh merged 1 commit into
mainfrom
feat/brand-icons
Sep 4, 2026
Merged

feat(branding): replace placeholder brand icon with official logo icons#10
theprogrammersingh merged 1 commit into
mainfrom
feat/brand-icons

Conversation

@theprogrammersingh

Copy link
Copy Markdown
Owner

Summary

  • Replaced the placeholder <span class="bg-brand-teal"> elements in the application navigation sidebar (frontend/src/app/app.ts) and landing page header (frontend/src/app/pages/landing/landing.ts) with the official Actuo icon image asset (/icons/icon-96x96.png).
  • Included explicit width and height dimensions to avoid layout shift (CLS).
  • Maintained accessibility best practice (alt="" and aria-hidden="true" as the "Actuo" text is immediately adjacent).
  • Included updated PWA icon set in frontend/public/icons/, updated manifest.webmanifest, favicon.ico, and og.png.

Verification

  • Frontend unit tests: 46/46 passed (821 tests)
  • Full monorepo build (pnpm build): passed with zero errors

- Update sidebar navigation and landing page header to render the official Actuo icon from public/icons
- Include updated PWA icon set, webmanifest icons, favicon, and og image
@theprogrammersingh
theprogrammersingh merged commit 10b500d into main Sep 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant