fix(app): no more favicons
This commit is contained in:
@@ -302,6 +302,7 @@ export class Project extends HeyApiClient {
|
||||
name?: string
|
||||
icon?: {
|
||||
url?: string
|
||||
override?: string
|
||||
color?: string
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user