Merge branch 'main' into design-icons

This commit is contained in:
Pablo Hdez
2023-12-14 00:32:07 +00:00
committed by GitHub
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
alt={svgInfo.title}
/>
<div class="mb-3 flex flex-col items-center justify-center">
<p class="truncate text-[15px] font-medium">{svgInfo.title}</p>
<p class="truncate text-[15px] font-medium text-balance text-center">{svgInfo.title}</p>
<a
href={`/directory/${svgInfo.category.toLowerCase()}`}
class="text-sm lowercase text-neutral-500 hover:underline">{svgInfo.category}</a
+7
View File
@@ -2120,5 +2120,12 @@ export const svgs: iSVG[] = [
category: 'Design',
route: '/library/gimp.svg',
url: 'https://www.gimp.org/'
},
{
id: 253,
title: 'Ubuntu',
category: 'Software',
route: '/library/ubuntu.svg',
url: 'https://ubuntu.com/'
}
];