From 3c0ee024cbafbbc4d4ddb71801f682d46daafb0c Mon Sep 17 00:00:00 2001 From: jason <123jasont@gmail.com> Date: Sun, 20 Oct 2024 12:39:38 -0700 Subject: [PATCH] fix: ambiguous wording in `PostNavigation` --- package-lock.json | 4 ++-- package.json | 2 +- src/components/PostNavigation.astro | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbb05ed..31bf100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-erudite", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-erudite", - "version": "1.1.8", + "version": "1.1.9", "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/markdown-remark": "^5.2.0", diff --git a/package.json b/package.json index 9d76cb5..93fe486 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-erudite", "type": "module", - "version": "1.1.8", + "version": "1.1.9", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/PostNavigation.astro b/src/components/PostNavigation.astro index 518f161..04f6263 100644 --- a/src/components/PostNavigation.astro +++ b/src/components/PostNavigation.astro @@ -24,9 +24,9 @@ const { prevPost, nextPost } = Astro.props />