Feat/add GitHub star icon (#302)
This commit is contained in:
parent
6483beb096
commit
53db5bab36
5 changed files with 41 additions and 21 deletions
|
|
@ -99,3 +99,7 @@ export type IWorkspace = {
|
|||
created_at: number
|
||||
current: boolean
|
||||
}
|
||||
|
||||
export type GithubRepo = {
|
||||
stargazers_count: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue