diff --git a/public/logo-large.svg b/public/logo-large.svg
new file mode 100644
index 0000000..5d3fd17
--- /dev/null
+++ b/public/logo-large.svg
@@ -0,0 +1,64 @@
+
diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte
index d114ac0..9a746f3 100644
--- a/src/components/Nav.svelte
+++ b/src/components/Nav.svelte
@@ -1,17 +1,34 @@
@@ -57,7 +94,7 @@
{#if sublink.icon}
{@const Icon = sublink.icon}
-
+
{/if}
{sublink.label}
@@ -69,7 +106,7 @@
{#if link.icon}
{@const Icon = link.icon}
-
+
{/if}
{link.label}
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 2512f56..4761fc7 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,7 +1,7 @@
---
import "../styles/global.css";
import Navbar from "../components/Nav.svelte";
-import { Search, Book, Github, User, Shield, Coffee } from "lucide-svelte";
+import { Coffee } from "lucide-svelte";
interface Props {
title?: string;
@@ -15,27 +15,6 @@ const {
ogImage = `${Astro.site ?? "https://default-creds.hadi.icu"}/og.png`
} = Astro.props;
-const myLinks = [
- { label: "Search", href: "/", icon: Search },
- { label: "API", href: "/api-docs", icon: Book },
- {
- label: "More",
- children: [
- {
- label: "Source code",
- href: "https://github.com/anotherhadi/default-creds",
- icon: Github,
- },
- {
- label: "Passwords list",
- href: "https://github.com/anotherhadi/default-creds/blob/main/src/data",
- icon: Shield,
- },
- { label: "About me", href: "https://hadi.icu", icon: User },
- ],
- },
-];
-
const umamiUrl = process.env.PUBLIC_UMAMI_URL;
const umamiId = process.env.PUBLIC_UMAMI_WEBSITE_ID;
---
@@ -67,13 +46,13 @@ const umamiId = process.env.PUBLIC_UMAMI_WEBSITE_ID;
-
+
Support me Support me
diff --git a/src/styles/global.css b/src/styles/global.css
index b771e2a..f1a90c4 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -23,9 +23,9 @@
--color-neutral: #313244; /* Surface0 */
--color-neutral-content: #cdd6f4; /* Text */
- --color-base-300: #1e1e2e; /* Base */
- --color-base-200: #181825; /* Mantle */
- --color-base-100: #11111b; /* Crust */
+ --color-base-300: #1a1a2a; /* Base */
+ --color-base-200: #12121F; /* Mantle */
+ --color-base-100: #0C0C16; /* Crust */
--color-base-content: #cdd6f4; /* Text */
--color-info: #89b4fa; /* Blue */