diff --git a/public/jargonsdev-holiday-25-logo.webp b/public/jargonsdev-holiday-25-logo.webp deleted file mode 100644 index 91e75272..00000000 Binary files a/public/jargonsdev-holiday-25-logo.webp and /dev/null differ diff --git a/src/components/jargonsdev-holiday-25-logo.astro b/src/components/jargonsdev-holiday-25-logo.astro deleted file mode 100644 index b2602eeb..00000000 --- a/src/components/jargonsdev-holiday-25-logo.astro +++ /dev/null @@ -1,9 +0,0 @@ ---- -const { class: list } = Astro.props; ---- - -Jargons.dev Logo diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 733275f4..e3fcc3b7 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -1,5 +1,5 @@ --- -import JargonsdevHolidayLogo from "./jargonsdev-holiday-25-logo.astro"; +import JargonsdevLogo from "./jargonsdev-logo.astro"; const { returnNav = { label: "Back", location: "../" } } = Astro.props; --- @@ -31,7 +31,7 @@ const { returnNav = { label: "Back", location: "../" } } = Astro.props; {returnNav.label} - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 80a03754..c427a3f0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@ import BaseLayout from "../layouts/base.astro"; import doAuth from "../lib/actions/do-auth.js"; import Search from "../components/islands/search.jsx"; import Profile from "../components/islands/profile.jsx"; -import JargonsdevHolidayLogo from "../components/jargonsdev-holiday-25-logo.astro"; +import JargonsdevLogo from "../components/jargonsdev-logo.astro"; import RecentSearches from "../components/islands/recent-searches.jsx"; const { isAuthed, authedData, getAuthUrl } = await doAuth(Astro); @@ -94,8 +94,8 @@ if (now - cache.timestamp > CACHE_TTL || cache.count === 0) { >
-