diff --git a/src/pages/announcements/index.tsx b/src/pages/announcements/index.tsx index 89e4c495..01f9d336 100644 --- a/src/pages/announcements/index.tsx +++ b/src/pages/announcements/index.tsx @@ -1,3 +1,4 @@ +import { Link, Stack, Typography } from '@mui/material'; import moment from 'moment'; import router from 'next/router'; import React, { useEffect, useState } from 'react'; @@ -13,7 +14,6 @@ import TcBoxContainer from '../../components/shared/TcBox/TcBoxContainer'; import TcButton from '../../components/shared/TcButton'; import TcDatePickerPopover from '../../components/shared/TcDatePickerPopover'; import TcPagination from '../../components/shared/TcPagination'; -import TcText from '../../components/shared/TcText'; import { useToken } from '../../context/TokenContext'; import { defaultLayout } from '../../layouts/defaultLayout'; import { StorageService } from '../../services/StorageService'; @@ -24,7 +24,6 @@ import { IPlatformProps, } from '../../utils/interfaces'; import { withRoles } from '../../utils/withRoles'; -import { Link, Stack, Typography } from '@mui/material'; function Index() { const { retrieveAnnouncements, retrievePlatformById } = useAppStore(); @@ -177,16 +176,19 @@ function Index() {
- + + Announcement Scheduling + - smart announcements allow you to send targeted messages to specific user segments. {" "} + smart announcements allow you to send targeted messages to + specific user segments.{' '} - Learn more + Learn more @@ -233,16 +235,16 @@ function Index() {
) : (
- - + No announcements yet + + + > + Your announcements will show up for the month and timezone + selected once you create them{' '} +
)}