️ Add new icons + update sidebar.

This commit is contained in:
pheralb
2023-12-12 00:59:12 +00:00
parent 81dc918ab7
commit b7b1a6de58
5 changed files with 106 additions and 68 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<CardSpotlight>
<div class="flex flex-col items-center justify-center rounded-md p-4">
<img src={svgInfo.route} alt={svgInfo.title} class="mb-4 mt-2 h-10" />
<img src={svgInfo.route} alt={svgInfo.title} class="mb-4 mt-2 h-10" loading="lazy" />
<div class="mb-3 flex flex-col items-center justify-center">
<p class="truncate text-[15px] font-medium">{svgInfo.title}</p>
<a