From 763d7ba6000b19f9a3886a2f5d9c0c9635f48c3f Mon Sep 17 00:00:00 2001 From: r-carroll Date: Sat, 27 Jul 2024 13:30:07 -0400 Subject: [PATCH] update header --- layouts/partials/header.html | 2 +- static/reading.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7e01adf..2ffdbb1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -150,7 +150,7 @@ {{- end }}
  • - Prayer 🙏 + Reading 📚
  • diff --git a/static/reading.js b/static/reading.js index 09a573f..085cb9a 100644 --- a/static/reading.js +++ b/static/reading.js @@ -1,4 +1,4 @@ -const apiUrl = 'https://api.carrollmedia.dev'; +const apiUrl = 'https://drive.carrollmedia.dev:3008'; let tally = 0; function init() { // enable active states for buttons in mobile safari