Skip to content

Commit

Permalink
Merge pull request #701 from FitzwilliamMuseum/hotfix/14511-exhibitio…
Browse files Browse the repository at this point in the history
…n-url

feat: exhibition cta btn endpoint add
  • Loading branch information
ostafinskim authored Aug 19, 2024
2 parents 9b148f8 + 8165139 commit 0d5c95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/components/exhibition-cta.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
$exhibition['slug'] == 'rembrandt-rubens-van-dyck' ||
$exhibition['slug'] == 'rembrandt-rubens-van-dyck-drawings-by-dutch-and-flemish-masters' ||
$exhibition['slug'] == 'national-treasures-botticelli-in-cambridge' ||
$exhibition['slug'] == 'women-in-japanese-prints')
$exhibition['slug'] == 'women-in-japanese-prints' ||
$exhibition['slug'] == 'glenn-ligon-all-over-the-place' )
<a href="{{ url('support-us/make-a-donation') }}" class="cta-btn">
Donate now
@svg('fas-chevron-right', ['width' => '16px', 'height' => '16px', 'color' => '#fff'])
Expand Down

0 comments on commit 0d5c95f

Please sign in to comment.