Skip to content

Commit dc1bd9e

Browse files
committed
chore(charts): use the Sim favicon, matching sim.ai and docs.sim.ai
The page pointed at a raw.githubusercontent URL for the old primary logo, which is neither the icon the other Sim sites serve nor something that should be fetched cross-origin on every load. Copies icon.svg and the 16/32/apple-touch PNGs out of apps/docs/public and serves them from this branch under the same paths sim.ai and docs.sim.ai use, so the tab icon is identical across all three and the page has no external asset dependency. Skips the android-chrome and web-app-manifest sizes: those exist for installable PWAs via site.webmanifest, which a chart repository is not.
1 parent 3d4b6c5 commit dc1bd9e

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

‎favicon/apple-touch-icon.png‎

4.98 KB
Loading

‎favicon/favicon-16x16.png‎

432 Bytes
Loading

‎favicon/favicon-32x32.png‎

840 Bytes
Loading

‎icon.svg‎

Lines changed: 1 addition & 0 deletions
Loading

‎index.html‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Sim Helm charts</title>
77
<meta name="description" content="Helm chart repository for Sim, the open-source AI workspace where teams build, deploy, and manage AI agents.">
8-
<link rel="icon" href="https://raw.githubusercontent.com/simstudioai/sim/main/apps/sim/public/logo/primary/primary.svg">
8+
<link rel="icon" href="/icon.svg" type="image/svg+xml" sizes="any">
9+
<link rel="icon" href="/favicon/favicon-32x32.png" sizes="32x32" type="image/png">
10+
<link rel="icon" href="/favicon/favicon-16x16.png" sizes="16x16" type="image/png">
11+
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png">
912
<style>
1013
/*
1114
* Tokens copied from apps/sim/app/_styles/globals.css (the `:root, .light`

0 commit comments

Comments
 (0)