From afeb10aa3cd31c4712db6d8bfc7b7b0073c223bd Mon Sep 17 00:00:00 2001 From: mehditorabiv Date: Fri, 22 Nov 2024 11:44:11 +0300 Subject: [PATCH] update announcements --- src/pages/announcements/index.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/pages/announcements/index.tsx b/src/pages/announcements/index.tsx index 5c097159..89e4c495 100644 --- a/src/pages/announcements/index.tsx +++ b/src/pages/announcements/index.tsx @@ -24,6 +24,7 @@ import { IPlatformProps, } from '../../utils/interfaces'; import { withRoles } from '../../utils/withRoles'; +import { Link, Stack, Typography } from '@mui/material'; function Index() { const { retrieveAnnouncements, retrievePlatformById } = useAppStore(); @@ -175,11 +176,24 @@ function Index() {
- + + + + smart announcements allow you to send targeted messages to specific user segments. {" "} + + Learn more + + + } - variant='outlined' + variant='contained' onClick={() => router.push('/announcements/create-new-announcements') }