Skip to content

Commit

Permalink
Merge pull request #189 from os2ulf/hotfix/remove-find-course-button-…
Browse files Browse the repository at this point in the history
…from-news

Removed non working "Find forløb" button from news pages
  • Loading branch information
SorenBonde authored Nov 21, 2024
2 parents 59e8760 + 5c94f91 commit 332baed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/views/newsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ const practicalInfoData = computed(() => {

<div class="news__page-heading-wrapper">
<h1 class="news__page-title">{{ data?.label }}</h1>
<div class="news__page-heading-button-container">
<!-- TODO: connect buttons -->
<BaseButton
icon-after="arrow-right"
:button-data="{ title: 'Find forløb' }"
class="button button--secondary"
role="button"
/>
</div>
</div>

<div class="news__banner-image">
Expand Down

0 comments on commit 332baed

Please sign in to comment.