From 2c8a8d840782bdd46fb9119231a6ea085ab41fce Mon Sep 17 00:00:00 2001 From: beeps Date: Thu, 26 Sep 2024 19:35:47 +0100 Subject: [PATCH] :speech_balloon: Update footer link text --- src/_data/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/site.js b/src/_data/site.js index 81e7920..df3e1d5 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -16,7 +16,7 @@ module.exports = function () { ], footerLinks: [ { href: "/about/", text: "About beeps" }, - { href: "/ash/", text: "Reference sheet" }, + { href: "/ash/", text: "Ash the amphimorpho" }, { href: "/brand/", text: "beeps' brand" }, { href: "/contact/", text: "Contact beeps" }, ],