Skip to content

Commit 3ccd224

Browse files
committed
fix: add padded Spark favicon
1 parent d1ce93b commit 3ccd224

6 files changed

Lines changed: 9 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY app.js /usr/share/nginx/html/app.js
77
COPY avatar-3d.js /usr/share/nginx/html/avatar-3d.js
88
COPY head.glb /usr/share/nginx/html/head.glb
99
COPY while-you-sleep.webp /usr/share/nginx/html/while-you-sleep.webp
10+
COPY favicon.svg /usr/share/nginx/html/favicon.svg
1011
COPY og-cover.png /usr/share/nginx/html/og-cover.png
1112
COPY spark-logo-192.png /usr/share/nginx/html/spark-logo-192.png
1213
COPY spark-logo-512.png /usr/share/nginx/html/spark-logo-512.png

favicon.svg

Lines changed: 6 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<meta name="twitter:image" content="https://agent.sparkswarm.ai/og-cover.png">
3636
<link rel="image_src" href="https://agent.sparkswarm.ai/og-cover.png">
3737

38-
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 264 113'%3E%3Cpath fill='%232FCA94' d='M189.07 0.85c-24.3 4.4-39.5 14.7-80.5 54.5-35.2 34.2-37.3 35.9-49.8 39.7-18.4 5.6-39.1-3.2-47.4-20-6.5-13.2-2.6-32.5 8.4-42.1 8.7-7.7 14.1-9.6 27.3-9.6 14.7 0 19.4 2.1 37.4 16.5 12.8 10.3 12.8 10.3 15.4 7.6 2.7-2.7 2.7-2.7-1.3-6.2-25.2-21.9-34.3-26.7-51-26.8-14.7 0-25.7 4.6-35 14.6-30.7 33.2-.9 83.4 44.4 74.8 14-2.6 23.6-9.7 54.3-39.8 46.8-46 63.7-56.2 92.8-56.3 61.2-.1 73.1 80.1 14.2 95.2-24 6.1-50.2-3-81.4-28.3-10.1-8.2-11.3-8.6-14.6-4.5-2.7 3.3 25.8 25.1 43.3 33.2 31.9 14.8 63.1 11.8 82.9-8 31.2-31.2 15.8-83.8-27.5-94-6.8-1.6-24.1-1.8-31.9-.5Z'/%3E%3C/svg%3E">
38+
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
3939
<link rel="icon" type="image/png" sizes="192x192" href="/spark-logo-192.png">
4040
<link rel="apple-touch-icon" href="/spark-logo-512.png">
4141
<link rel="manifest" href="manifest.json">

install/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<meta name="twitter:description" content="Choose how Spark thinks, connect Telegram, start chatting, and build with your agent.">
2424
<meta name="twitter:image" content="https://agent.sparkswarm.ai/og-cover.png">
2525
<link rel="image_src" href="https://agent.sparkswarm.ai/og-cover.png">
26+
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
2627
<link rel="icon" type="image/png" sizes="192x192" href="/spark-logo-192.png">
2728
<link rel="apple-touch-icon" href="/spark-logo-512.png">
2829
<link rel="preconnect" href="https://fonts.googleapis.com">

spark-logo-192.png

-302 Bytes
Loading

spark-logo-512.png

-1.12 KB
Loading

0 commit comments

Comments
 (0)