From 362688ab7a4f48a8cdc326e2c1db009cf1f7839a Mon Sep 17 00:00:00 2001 From: Marcus Perryman Date: Wed, 25 Sep 2024 16:17:58 +0100 Subject: [PATCH] Make version FROM consistant and move to first item ahead of category. --- .../Projects/ApplicationDetails.astro | 17 +- .../Projects/ApplicationListing.astro | 12 +- src/components/Search/Results.tsx | 15 +- src/content/applications/DavinciResolve.md | 2 +- src/content/applications/bob.csv | 736 ++++++++++++++++++ 5 files changed, 760 insertions(+), 22 deletions(-) create mode 100644 src/content/applications/bob.csv diff --git a/src/components/Projects/ApplicationDetails.astro b/src/components/Projects/ApplicationDetails.astro index 2ef9eead..69ab072f 100644 --- a/src/components/Projects/ApplicationDetails.astro +++ b/src/components/Projects/ApplicationDetails.astro @@ -67,6 +67,15 @@ const { Content } = await render();