Skip to content

Commit 25d8b99

Browse files
feat: Add logos for PFA, Micron and Salad Fork. (#1746)
Signed-off-by: Gautham Yerroju <[email protected]>
1 parent 3e14ce7 commit 25d8b99

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed

public/config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,30 @@
172172
"logo": {
173173
"src": "logo_snakeoil.svg"
174174
}
175+
},
176+
{
177+
"name": "Printers for Ants",
178+
"color": "#42d62c",
179+
"isDark": true,
180+
"logo": {
181+
"src": "logo_pfa.svg"
182+
}
183+
},
184+
{
185+
"name": "Micron",
186+
"color": "#42d62c",
187+
"isDark": true,
188+
"logo": {
189+
"src": "logo_micron.svg"
190+
}
191+
},
192+
{
193+
"name": "Salad Fork",
194+
"color": "#0cff28",
195+
"isDark": true,
196+
"logo": {
197+
"src": "logo_salad_fork.svg"
198+
}
175199
}
176200
]
177201
}

public/logo_micron.svg

Lines changed: 3 additions & 0 deletions
Loading

public/logo_pfa.svg

Lines changed: 4 additions & 0 deletions
Loading

public/logo_salad_fork.svg

Lines changed: 3 additions & 0 deletions
Loading

server/config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,30 @@
164164
"logo": {
165165
"src": "logo_snakeoil.svg"
166166
}
167+
},
168+
{
169+
"name": "Printers for Ants",
170+
"color": "#42d62c",
171+
"isDark": true,
172+
"logo": {
173+
"src": "logo_pfa.svg"
174+
}
175+
},
176+
{
177+
"name": "Micron",
178+
"color": "#42d62c",
179+
"isDark": true,
180+
"logo": {
181+
"src": "logo_micron.svg"
182+
}
183+
},
184+
{
185+
"name": "Salad Fork",
186+
"color": "#0cff28",
187+
"isDark": true,
188+
"logo": {
189+
"src": "logo_salad_fork.svg"
190+
}
167191
}
168192
]
169193
}

0 commit comments

Comments
 (0)