Skip to content

Commit

Permalink
Restore real relics page.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoups committed Aug 26, 2021
1 parent 655078f commit 2f9cf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/components/poem/poem.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<a href="https://www.instagram.com/the.orb.astrology/" target="_blank" class="social-icon instagram"></a>
</div>
<nav class="aux">
<a data-bind="click: (data, event) => { vm.launchModal('relicsPlaceholder') }" href="#"><img src="/styles/png/relics.png"></a>
<a data-bind="click: (data, event) => { vm.launchModal('relics') }" href="#"><img src="/styles/png/relics.png"></a>
<a href="https://www.paypal.com/donate?hosted_button_id=PDE4GSNZWLD3G" target="_blank"><img src="/styles/png/tithe.png"></a>
<a data-bind="click: (data, event) => { vm.launchModal('clergy') }" href="#"><img src="/styles/png/clergy.png"></a>
</nav>
Expand Down

0 comments on commit 2f9cf9c

Please sign in to comment.