design tweaks

This commit is contained in:
2024-03-01 23:11:17 -05:00
parent 4cdc973448
commit 605af08295
27 changed files with 88 additions and 73 deletions
+10
View File
@@ -0,0 +1,10 @@
// Automatically generated by astro-icon
// 001a1ccebb4bfa874cce071296b7167baf197ac1b43baf1f725af5a705835151
declare module 'virtual:astro-icon' {
export type Icon =
| "calendar"
| "clock"
| "pen"
| "person";
}