diff options
| author | Ryan Vogel <[email protected]> | 2026-01-19 15:04:59 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-19 15:04:59 -0500 |
| commit | 889c60d63b585a276080f20c40c2d73ff715ea94 (patch) | |
| tree | b550782e54a7138ab3d3039a5cff002c053c6211 /packages/docs | |
| parent | c47699536fe9742cf5aa37f2c51168abeb90cb8d (diff) | |
| download | opencode-889c60d63b585a276080f20c40c2d73ff715ea94.tar.gz opencode-889c60d63b585a276080f20c40c2d73ff715ea94.zip | |
fix(web): rename favicons to v2 for cache busting (#9492)
Diffstat (limited to 'packages/docs')
| -rw-r--r-- | packages/docs/docs.json | 2 | ||||
| -rw-r--r-- | packages/docs/favicon-v2.svg | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/packages/docs/docs.json b/packages/docs/docs.json index 4461f8253..93dff10f8 100644 --- a/packages/docs/docs.json +++ b/packages/docs/docs.json @@ -7,7 +7,7 @@ "light": "#07C983", "dark": "#15803D" }, - "favicon": "/favicon.svg", + "favicon": "/favicon-v2.svg", "navigation": { "tabs": [ { diff --git a/packages/docs/favicon-v2.svg b/packages/docs/favicon-v2.svg new file mode 100644 index 000000000..b785c738b --- /dev/null +++ b/packages/docs/favicon-v2.svg @@ -0,0 +1,19 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M9.06145 23.1079C5.26816 22.3769 -3.39077 20.6274 1.4173 5.06384C9.6344 6.09939 16.9728 14.0644 9.06145 23.1079Z" fill="url(#paint0_linear_17557_2021)"/> +<path d="M8.91928 23.0939C5.27642 21.2223 0.78371 4.20891 17.0071 0C20.7569 7.19341 19.6212 16.5452 8.91928 23.0939Z" fill="url(#paint1_linear_17557_2021)"/> +<path d="M8.91388 23.0788C8.73534 19.8817 10.1585 9.08525 23.5699 13.1107C23.1812 20.1229 18.984 26.4182 8.91388 23.0788Z" fill="url(#paint2_linear_17557_2021)"/> +<defs> +<linearGradient id="paint0_linear_17557_2021" x1="3.77557" y1="5.91571" x2="5.23185" y2="21.5589" gradientUnits="userSpaceOnUse"> +<stop stop-color="#18E299"/> +<stop offset="1" stop-color="#15803D"/> +</linearGradient> +<linearGradient id="paint1_linear_17557_2021" x1="12.1711" y1="-0.718425" x2="10.1897" y2="22.9832" gradientUnits="userSpaceOnUse"> +<stop stop-color="#16A34A"/> +<stop offset="1" stop-color="#4ADE80"/> +</linearGradient> +<linearGradient id="paint2_linear_17557_2021" x1="23.1327" y1="15.353" x2="9.33841" y2="18.5196" gradientUnits="userSpaceOnUse"> +<stop stop-color="#4ADE80"/> +<stop offset="1" stop-color="#0D9373"/> +</linearGradient> +</defs> +</svg> |
