diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
| commit | eec1ee1d898f4a6364c5554683b32c6f3d555eb6 (patch) | |
| tree | 69aebbf191c7d327bdba03b2942eebdc91399d14 /package.json | |
| parent | 4a89ff454fdce3f6be57609c2429bc8f622626ef (diff) | |
refactor: add remixicons
for more variety in icons
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 2237374..894416c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.1" + "astro": "^4.13.1", + "remixicon": "^4.3.0" } -}
\ No newline at end of file +} |
