From ba32147a6d2cbc86915d0109fdf599b6fa19e7a4 Mon Sep 17 00:00:00 2001 From: Troy Date: Wed, 12 Feb 2025 13:00:53 +0000 Subject: [PATCH] fix posts showcase fixed to publish current work to latest --- public/{cv.pdf => troy-lusty-cv.pdf} | Bin src/components/Header.astro | 2 +- src/components/ShowcasePost.astro | 6 +++--- src/consts.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename public/{cv.pdf => troy-lusty-cv.pdf} (100%) diff --git a/public/cv.pdf b/public/troy-lusty-cv.pdf similarity index 100% rename from public/cv.pdf rename to public/troy-lusty-cv.pdf diff --git a/src/components/Header.astro b/src/components/Header.astro index 2f1e30d..70ac58f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -80,7 +80,7 @@ import Button from "@components/Button.astro"; x-transition:leave-start="translate-y-0" x-transition:leave-end="-translate-y-full" id="mobileMenu" - class="bg-primary shadow-secondary/10 fixed inset-x-0 top-0 z-98 flex max-h-svh flex-col overflow-y-auto rounded-b-md px-6 pt-20 pb-6 shadow-lg sm:hidden" + class="bg-primary fixed inset-x-0 top-0 z-98 flex max-h-svh flex-col overflow-y-auto rounded-b-md px-6 pt-20 pb-6 sm:hidden" > { SITE.NAVLINKS.map((i) => ( diff --git a/src/components/ShowcasePost.astro b/src/components/ShowcasePost.astro index f782ed5..cea2eb9 100644 --- a/src/components/ShowcasePost.astro +++ b/src/components/ShowcasePost.astro @@ -8,14 +8,14 @@ type Props = { const { collection } = Astro.props; --- -
  • +
  • -
    +

    - {collection.data.title}{collection.data.title}{collection.data.description} diff --git a/src/consts.ts b/src/consts.ts index e6b5144..6765009 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -41,7 +41,7 @@ export const SITE: Site = { }, { name: "CV", - href: "/cv.pdf", + href: "/troy-lusty-cv.pdf", icon: "mdi:certificate", }, {