Skip to content

Commit 18e3ae3

Browse files
authored
Merge pull request #614 from FitzwilliamMuseum/fix/payment-options-banner
fix: payment options endpoint
2 parents d5aae1b + 6285e6b commit 18e3ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
@markdown($page['body'])
2828

29-
@if(Request::is('support-us/friends-of-the-fitzwilliam'))
29+
@if(Request::is('support-us/become-a-friend'))
3030
@include('includes.elements.payment-options')
3131
@endif
3232

0 commit comments

Comments
 (0)