mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' of https://github.com/SameerJS6/svgl into add-lina
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<!-- Manifest -->
|
||||
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
||||
|
||||
<!-- Analytics -->
|
||||
<script
|
||||
defer
|
||||
|
||||
@@ -3977,6 +3977,7 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Cursor",
|
||||
category: ["Software"],
|
||||
brandUrl: "https://cursor.com/brand",
|
||||
route: {
|
||||
light: "/library/cursor_light.svg",
|
||||
dark: "/library/cursor_dark.svg",
|
||||
@@ -3987,4 +3988,15 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://www.cursor.com",
|
||||
},
|
||||
{
|
||||
title: "LottieFiles",
|
||||
category: "Design",
|
||||
route: "/library/lottiefiles.svg",
|
||||
brandUrl: "https://lottiefiles.com/brand-assets",
|
||||
wordmark: {
|
||||
light: "/library/lottiefiles-wordmark-light.svg",
|
||||
dark: "/library/lottiefiles-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://lottiefiles.com/",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user