Skip to content

Commit

Permalink
Revert "Add introduction event notice"
Browse files Browse the repository at this point in the history
This reverts commit b0117c5.
  • Loading branch information
alexhorn committed Oct 11, 2023
1 parent aafebf4 commit 08ccab0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
8 changes: 0 additions & 8 deletions rogue-thi-app/components/allCards.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import BaseCard from './cards/BaseCard'
import CalendarCard from './cards/CalendarCard'
import EventPrompt from './cards/EventPrompt'
import EventsCard from './cards/EventsCard'
import FoodCard from './cards/FoodCard'
import InstallPrompt from './cards/InstallPrompt'
Expand Down Expand Up @@ -32,13 +31,6 @@ export const ALL_DASHBOARD_CARDS = [
/>
)
},
{
key: 'eventprompt',
label: 'Infoveranstaltung',
removable: true,
default: [PLATFORM_MOBILE, USER_STUDENT, USER_EMPLOYEE, USER_GUEST],
card: () => <EventPrompt key="eventprompt" />
},
{
key: 'timetable',
label: 'Stundenplan',
Expand Down
35 changes: 0 additions & 35 deletions rogue-thi-app/components/cards/EventPrompt.js

This file was deleted.

0 comments on commit 08ccab0

Please sign in to comment.