Files
martials.no/src/types/icons.ts
Martin Berg Alstad 1b3c6c629e
All checks were successful
Build and deploy website / build (push) Successful in 33s
More mobile friendly, fix wrong URL, Hamburger menu
- Hamburger menu on mobile
- title is moved into header on mobile
- Smaller titles on mobile
- Fix wrong import of env in config
- Cleaned up unused imports
2025-02-15 23:00:38 +01:00

15 lines
234 B
TypeScript

/**
* @see https://icon-sets.iconify.design/pajamas/
*/
export type Icon =
| "git"
| "gitea"
| "github"
| "mastodon"
| "linkedin"
| "link"
| "status-health"
| "hamburger"
export type PajamasIcon = `pajamas:${Icon}`