diff --git a/src/components/cardSpotlight.svelte b/src/components/cardSpotlight.svelte
index f72ce06..43660de 100644
--- a/src/components/cardSpotlight.svelte
+++ b/src/components/cardSpotlight.svelte
@@ -1,13 +1,13 @@
-
-
+
diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte
index bf7dc42..adebe45 100644
--- a/src/components/navbar.svelte
+++ b/src/components/navbar.svelte
@@ -27,13 +27,15 @@
name: 'Extensions',
url: 'https://github.com/pheralb/svgl?tab=readme-ov-file#-extensions',
icon: ArrowUpRight,
- external: true
+ external: true,
+ label: "Go to the SVGL's extensions section"
},
{
name: 'Submit logo',
url: 'https://github.com/pheralb/svgl#-getting-started',
icon: ArrowUpRight,
- external: true
+ external: true,
+ label: "Go to the SVGL's getting started section"
}
];
@@ -48,7 +50,7 @@
>
-
+
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 8365cc7..86a7667 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -2214,6 +2214,15 @@ export const svgs: iSVG[] = [
},
url: 'https://1password.com'
},
+ {
+ title: 'Flask',
+ category: 'Framework',
+ route: {
+ light: '/library/flask-light.svg',
+ dark: '/library/flask-dark.svg'
+ },
+ url: 'https://flask.palletsprojects.com/'
+ },
{
title: 'Alacritty',
category: 'Software',
@@ -2314,12 +2323,9 @@ export const svgs: iSVG[] = [
url: 'https://litecoin.org/'
},
{
- title: 'Flask',
+ title: 'ElysiaJS',
category: 'Framework',
- route: {
- light: '/library/flask-light.svg',
- dark: '/library/flask-dark.svg'
- },
- url: 'https://flask.palletsprojects.com/'
+ route: '/library/elysiajs.svg',
+ url: 'https://elysiajs.com/'
}
];
diff --git a/static/library/elysiajs.svg b/static/library/elysiajs.svg
new file mode 100644
index 0000000..d20d212
--- /dev/null
+++ b/static/library/elysiajs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file