fix(app): no more favicons
This commit is contained in:
parent
cac35bc52d
commit
a4d1824412
6 changed files with 51 additions and 24 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue