--- export interface Props { title: string; type?: 'tip' | 'warning' | 'error' } const { type = 'tip', title } = Astro.props; --- a>commitdiff
path: root/styles (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Adds new search bar to playlists for future useGravatar Anshul Gupta 2-28/+129
2021-01-25Adds podium to track page to visualize ML resultsGravatar Anshul Gupta 4-13/+103
2021-01-25Refactor genre.ts to simplify processGravatar Anshul Gupta 1-89/+186
2021-01-25TypingGravatar Anshul Gupta 2-5/+57