🎨 Format files, Added codeberg to links,lighter colour for linkcards
All checks were successful
Build and deploy website / build (push) Successful in 33s
All checks were successful
Build and deploy website / build (push) Successful in 33s
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
export type Icon = "gitea" | "github" | "mastodon" | "linkedin" | "link" | "status-health"
|
||||
/**
|
||||
* @see https://icon-sets.iconify.design/pajamas/
|
||||
*/
|
||||
export type Icon =
|
||||
| "git"
|
||||
| "gitea"
|
||||
| "github"
|
||||
| "mastodon"
|
||||
| "linkedin"
|
||||
| "link"
|
||||
| "status-health"
|
||||
|
||||
export type PajamasIcon = `pajamas:${Icon}`
|
||||
|
Reference in New Issue
Block a user