diff --git a/src/components/dreamarchive/StudyCard.tsx b/src/components/dreamarchive/StudyCard.tsx index 7a7790c..eb183f7 100644 --- a/src/components/dreamarchive/StudyCard.tsx +++ b/src/components/dreamarchive/StudyCard.tsx @@ -22,7 +22,7 @@ interface StudyCardProps { export const StudyCard: React.FC = ({study}) => { return ( -
+
} @@ -63,7 +63,7 @@ export const StudyCard: React.FC = ({study}) => {

diff --git a/src/data/MockResearchLive.ts b/src/data/MockResearchLive.ts index 37cc0ae..a2ec3a0 100644 --- a/src/data/MockResearchLive.ts +++ b/src/data/MockResearchLive.ts @@ -113,7 +113,7 @@ export const upcomingEvents: Event[] = [ title: "Regional Dream Conference", location: "Ort wird noch bekanntgegeben", type: "Konferenz", - typeColor: "blue", + typeColor: "emerald", }, { id: 2, @@ -129,7 +129,7 @@ export const upcomingEvents: Event[] = [ title: "Internationale Jahreskonferenz der IASD", location: "Ort wird noch bekanntgegeben", type: "Konferenz", - typeColor: "rose", + typeColor: "emerald", }, ];