Skip to content

Commit

Permalink
fix: remove news
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Oct 4, 2023
1 parent 2c0a522 commit b6de9bf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions frontend/apps/portal/src/pages/TrainingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@
<section class="py-24">
<div class="container mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 divide-y divide-y-reverse md:divide-y-0 md:divide-x divide-gray-300">
<div class="p-4">
<h2 class="text-center text-4xl mb-10">
Belangrijk Nieuws
</h2>
<div class="divide-y divide-gray-200">
<NewsList
v-if="applicationId"
:promoted="true"
:application="applicationId"
>
<template #default="{ story }">
<NewsArticleSummary :story="story" />
</template>
</NewsList>
</div>
</div>
<div class="p-4 order-first md:order-last">
<h2 class="text-center text-4xl mb-2">
Agenda
Expand Down Expand Up @@ -115,13 +99,11 @@
import trainingImage from '/training.jpg';
import IntroSection from '@root/components/IntroSection.vue';
import NewsList from '@root/components/NewsList.vue';
import TrainingWeek from '@root/pages/trainings/components/TrainingWeek.vue';
import { useArticleStore } from '@root/stores/articleStore';
import { computed } from 'vue';
import { useApplicationStore } from '@root/stores/applicationStore';
import { useRouter } from 'vue-router';
import NewsArticleSummary from '@root/components/NewsArticleSummary.vue';
import { useCoachStore } from '@root/stores/coachStore';
// Coaches
Expand Down

0 comments on commit b6de9bf

Please sign in to comment.