diff --git a/public/jargonsdev-holiday-25-logo.webp b/public/jargonsdev-holiday-25-logo.webp new file mode 100644 index 00000000..91e75272 Binary files /dev/null and b/public/jargonsdev-holiday-25-logo.webp differ diff --git a/src/components/jargonsdev-holiday-25-logo.astro b/src/components/jargonsdev-holiday-25-logo.astro new file mode 100644 index 00000000..b2602eeb --- /dev/null +++ b/src/components/jargonsdev-holiday-25-logo.astro @@ -0,0 +1,9 @@ +--- +const { class: list } = Astro.props; +--- + +Jargons.dev Logo diff --git a/src/components/navbar.astro b/src/components/navbar.astro index e3fcc3b7..733275f4 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -1,5 +1,5 @@ --- -import JargonsdevLogo from "./jargonsdev-logo.astro"; +import JargonsdevHolidayLogo from "./jargonsdev-holiday-25-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 c427a3f0..80a03754 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 JargonsdevLogo from "../components/jargonsdev-logo.astro"; +import JargonsdevHolidayLogo from "../components/jargonsdev-holiday-25-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) { >
-