Skip to content

Commit 34c3f6d

Browse files
authored
Update logo and color theme
1 parent d4fc60a commit 34c3f6d

File tree

4 files changed

+26
-28
lines changed

4 files changed

+26
-28
lines changed

assets/lw-icon-dark.svg

+7
Loading

assets/lw-icon-light.svg

+7
Loading

assets/supabase-community-icon.svg

-20
This file was deleted.

mint.json

+12-8
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"name": "launchweek.dev",
55

66
"logo": {
7-
"light": "/assets/supabase-community-icon.svg",
8-
"dark": "/assets/supabase-community-icon.svg"
7+
"light": "/assets/lw-icon-light.svg",
8+
"dark": "/assets/lw-icon-dark.svg"
99
},
1010

11-
"favicon": "/assets/supabase-community-icon.svg",
11+
"favicon": "/assets/lw-icon-dark.svg",
1212

1313
"colors": {
14-
"primary": "#019A55",
15-
"light": "#3ECF8E",
16-
"dark": "#019A55",
14+
"primary": "#8957E5",
15+
"light": "#8957E5",
16+
"dark": "#8957E5",
1717
"background": {
18-
"light": "#FCFCFC",
19-
"dark": "#121212"
18+
"light": "#FFFFFF",
19+
"dark": "#0D1117"
2020
}
2121
},
2222

@@ -56,6 +56,10 @@
5656
}
5757
],
5858

59+
"seo": {
60+
"indexHiddenPages": true
61+
},
62+
5963
"footer": {
6064
"socials": { "github": "https://git.new/lw" },
6165
"links": [

0 commit comments

Comments
 (0)