diff --git a/api/datamodel.prisma b/api/datamodel.prisma index de0d2530..82f839f3 100644 --- a/api/datamodel.prisma +++ b/api/datamodel.prisma @@ -49,8 +49,10 @@ type Notification { updatedAt: DateTime! } -type Announcements { +type Message { id: ID! @unique course: Course! message: String + createdAt: DateTime! + updatedAt: DateTime! } diff --git a/web/components/Draft.tsx b/web/components/Draft.tsx index 7fefc7f2..9529c807 100644 --- a/web/components/Draft.tsx +++ b/web/components/Draft.tsx @@ -40,7 +40,6 @@ class Draft extends React.Component<{}, IEditorState> { minHeight: "44px", fontSize: "22px", padding: "20px", - fontFamily: "Roboto", }} >