Skip to content

Commit

Permalink
fix(home): broken 'Read More' links
Browse files Browse the repository at this point in the history
  • Loading branch information
wei2912 committed Jan 1, 2025
1 parent f3bdbde commit 38b3c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partials/our-programmes.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="grow bg-white px-3 pt-10 pb-5 text-center">
<p class="text-4xl font-bold my-5">Events</p>
<p class="text-2xl my-4 line-clamp-4 h-24">Advisory organizes various interactive industry events. Check out our event highlights!</p>
<a href="/insights/">
<a href="/events">
<button type="button" class="border border-gray-300 py-2 px-2 rounded">
<p class="text-xl my-2">Read More</p>
</button>
Expand Down Expand Up @@ -43,7 +43,7 @@
<div class="grow bg-white px-3 pt-10 pb-5 text-center">
<p class="text-4xl font-bold my-5">Interviews</p>
<p class="text-2xl my-4 line-clamp-4 h-24">Advisory conducts interviews with professionals from a wide range of fields. Read our articles here!</p>
<a href="/stories">
<a href="/interviews">
<button type="button" class="border border-gray-300 py-2 px-2 rounded">
<p class="text-xl my-2">Read More</p>
</button>
Expand Down

0 comments on commit 38b3c91

Please sign in to comment.