Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
r-carroll committed Jul 27, 2024
1 parent 740a572 commit 763d7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</li>
{{- end }}
<li>
<a class="float-right" href="/prayer-tracker">Prayer &#128591;</a>
<a class="float-right" href="/reading-tracker">Reading 📚</a>
</li>
</ul>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion static/reading.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 763d7ba

Please sign in to comment.