Merge branch 'main' into main

This commit is contained in:
Vlad Simonov
2023-12-11 19:40:50 +03:00
committed by GitHub
7 changed files with 60 additions and 7 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -27,7 +27,10 @@
<title>A beautiful library with SVG logos - Svgl</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body
data-sveltekit-preload-data="hover"
class="min-h-screen bg-light font-sans text-mini dark:bg-dark dark:text-white"
>
<div>%sveltekit.body%</div>
</body>
</html>
+16 -2
View File
@@ -1578,20 +1578,34 @@ export const svgs: iSVG[] = [
},
{
id: 226,
title: 'Dub',
category: 'Software',
route: '/library/dub.svg',
url: 'https://dub.co'
},
{
id: 227,
title: 'Opera',
category: 'Browser',
route: '/library/opera.svg',
url: 'https://www.opera.com'
},
{
id: 228,
title: 'Unreal Engine',
category: 'Software',
route: '/library/unreal_engine.svg',
url: 'https://www.unrealengine.com/'
},
{
id: 227,
id: 229,
title: 'Godot Engine',
category: 'Software',
route: '/library/godot_engine.svg',
url: 'https://godotengine.org/'
},
{
id: 228,
id: 230,
title: 'Datadog',
category: 'Software',
route: '/library/datadog.svg',
+1 -1
View File
@@ -28,7 +28,7 @@
import Theme from '@/components/theme.svelte';
</script>
<main class="min-h-screen bg-light font-sans text-mini dark:bg-dark dark:text-white">
<main>
<nav
class="z-50 w-full overflow-y-auto overflow-x-hidden border-b border-neutral-300 dark:border-neutral-800 md:fixed md:left-0 md:top-0 md:h-full md:w-60 md:border-none md:pb-10"
>