fix(app): no more favicons

This commit is contained in:
Adam
2026-01-19 14:59:47 -06:00
parent cac35bc52d
commit a4d1824412
6 changed files with 51 additions and 24 deletions
+1
View File
@@ -302,6 +302,7 @@ export class Project extends HeyApiClient {
name?: string
icon?: {
url?: string
override?: string
color?: string
}
},
+2
View File
@@ -25,6 +25,7 @@ export type Project = {
name?: string
icon?: {
url?: string
override?: string
color?: string
}
time: {
@@ -2229,6 +2230,7 @@ export type ProjectUpdateData = {
name?: string
icon?: {
url?: string
override?: string
color?: string
}
}