diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
| commit | f100d259d2ffebe61fef56ea3964f6d534d598c8 (patch) | |
| tree | 09d06511506da9c35585740d56598eb542fac079 /src/components/layout/Header.astro | |
| parent | 1e5f5a953588cefa75396454c9aed0a79552db14 (diff) | |
Initial pleroma pull support
Diffstat (limited to 'src/components/layout/Header.astro')
| -rw-r--r-- | src/components/layout/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/Header.astro b/src/components/layout/Header.astro index 65ea5cc..e7a9a1d 100644 --- a/src/components/layout/Header.astro +++ b/src/components/layout/Header.astro @@ -2,7 +2,7 @@ import Search from "@/components/Search.astro"; import ThemeToggle from "@/components/ThemeToggle.astro"; import { menuLinks } from "@/site.config"; -import {siteConfig} from "../../site.config"; +import { siteConfig } from "../../site.config"; --- <header class="group relative mb-28 flex items-center sm:ps-18" id="main-header"> |
