Skip to content

feat: Add Crossview favicon to browser tab#269

Merged
MoeidHeidari merged 3 commits into
crossplane-contrib:pre-releasefrom
mdischner:feat/add-favicon
May 27, 2026
Merged

feat: Add Crossview favicon to browser tab#269
MoeidHeidari merged 3 commits into
crossplane-contrib:pre-releasefrom
mdischner:feat/add-favicon

Conversation

@mdischner

Copy link
Copy Markdown

Summary

  • Replace the default Vite placeholder favicon (/vite.svg) with the Crossview logo SVG that already exists in the repository at public/images/crossview-logo.svg
  • Single-line change in index.html

Motivation

When deploying the service locally (or in production), the browser tab shows the generic Vite logo instead of the Crossview branding. This fix wires up the existing logo asset so the correct icon appears in browser tabs, bookmarks, and pinned tabs.

Changes

  • index.html: Update <link rel="icon"> href from /vite.svg to /images/crossview-logo.svg

No new assets were added — the SVG was already part of the repository.

MoeidHeidari and others added 3 commits May 19, 2026 20:56
…-release

chore(release): merge pre-release into main for v4.4.0
Replace the default Vite favicon with the Crossview logo SVG.
The logo already existed at public/images/crossview-logo.svg — this
change wires it up in index.html so the app icon appears correctly
in browser tabs and bookmarks when running locally or in production.

Signed-off-by: mdischner <57560890+mdischner@users.noreply.github.com>
Switch from crossview-logo.svg (which includes text) to
cross-view-logo-sidebar.svg, which contains only the icon mark.
This renders correctly at small favicon sizes in browser tabs.

Signed-off-by: mdischner <57560890+mdischner@users.noreply.github.com>
@mdischner mdischner changed the title ✨ Add Crossview favicon to browser tab feat: Add Crossview favicon to browser tab May 27, 2026
@mdischner

Copy link
Copy Markdown
Author

@MoeidHeidari ready for your review ;)

@MoeidHeidari

Copy link
Copy Markdown
Collaborator

@MoeidHeidari ready for your review ;)

Sure. thanks for your contribution. The change looks good to me. Just a tiny request. Please change the target branch to pre-release in stead of main. we collect changes there to be included in the new release candidate.

@mdischner mdischner changed the base branch from main to pre-release May 27, 2026 13:43
@mdischner

Copy link
Copy Markdown
Author

HI @MoeidHeidari, thanks for pointing it out. Done!

@MoeidHeidari

Copy link
Copy Markdown
Collaborator

Nice @mdischner, that is great. will merge it then.

@MoeidHeidari MoeidHeidari merged commit dc07f2b into crossplane-contrib:pre-release May 27, 2026
3 of 4 checks 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.

2 participants