diff --git a/astro.config.mjs b/astro.config.mjs
index d2da723..e9d149b 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -24,7 +24,7 @@ export default defineConfig({
icon({
iconDir: "src/assets/icons",
include: {
- lucide: ["info", "sun-medium", "moon", "search", "rss"],
+ lucide: ["info", "hammer", "sun-medium", "moon", "search", "rss"],
},
svgoOptions: {
plugins: [
diff --git a/cypress/e2e/footer.cy.js b/cypress/e2e/footer.cy.js
index 56846cf..0a587d7 100644
--- a/cypress/e2e/footer.cy.js
+++ b/cypress/e2e/footer.cy.js
@@ -24,7 +24,7 @@ describe("Footer", () => {
});
it("last updated date displays", () => {
- cy.getByData("updated").should("contain.text", "🛠️ Updated");
+ cy.getByData("updated").should("contain.text", "Updated");
});
it("theme toggles", () => {
diff --git a/public/voice/about.mp3 b/public/voice/about.mp3
index 21d8e43..f68f673 100644
Binary files a/public/voice/about.mp3 and b/public/voice/about.mp3 differ
diff --git a/public/voice/colophon.mp3 b/public/voice/colophon.mp3
new file mode 100644
index 0000000..a516202
Binary files /dev/null and b/public/voice/colophon.mp3 differ
diff --git a/public/voice/index.mp3 b/public/voice/index.mp3
index 7fe9420..2b21301 100644
Binary files a/public/voice/index.mp3 and b/public/voice/index.mp3 differ
diff --git a/public/voice/services.mp3 b/public/voice/services.mp3
index 7b921d1..e72f079 100644
Binary files a/public/voice/services.mp3 and b/public/voice/services.mp3 differ
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 5cfd694..18ba7d7 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -13,7 +13,7 @@ import Updated from "./Updated.astro";
Colophon page