Skip to content

Commit 9815cd7

Browse files
committed
feat: added event database design navigation to activity dropdown
1 parent 3f566e2 commit 9815cd7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

src/components/CommunityPortal/CPHeader/CPHeader.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import {
4747
SEND_EMAILS,
4848
ACTIVITY_RESOURCE_MANGEMENT,
4949
ACTIVITY_RESOURCE_USAGE,
50+
EVENT_DATABASE_DESIGN,
5051
} from '../../../languages/en/ui';
5152
import Logout from '../../Logout/Logout';
5253
// import './CPHeader.css';
@@ -316,6 +317,13 @@ export function Header(props) {
316317
>
317318
{REGISTRATION}
318319
</DropdownItem>
320+
<DropdownItem
321+
tag={Link}
322+
to="/communityportal/database/design"
323+
className={fontColor}
324+
>
325+
{EVENT_DATABASE_DESIGN}
326+
</DropdownItem>
319327
</DropdownMenu>
320328
</UncontrolledDropdown>
321329
<NavItem>

src/languages/en/ui.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ export const PR_PROMOTIONS = 'PR Promotions';
9191
export const JOB_ANALYTICS_REPORT = 'Job Analytics Report';
9292
export const ACTIVITY_RESOURCE_USAGE = 'Activity Resource Usage';
9393
export const ACTIVITY_RESOURCE_MANGEMENT = 'Activity Resource Management';
94+
export const EVENT_DATABASE_DESIGN = 'Event Database Design';
95+
9496

9597
export const PRODUCTION = 'Production';
9698
export const GARDEN_MANAGEMENT = 'Garden Management';
@@ -106,4 +108,6 @@ export const KI_REPORTS = 'Reports';
106108
export const FOOD_BARS = 'Food Bars';
107109

108110
export const SEND_EMAILS = 'Send Emails';
109-
export const BLUE_SQUARE_EMAIL_MANAGEMENT = 'Blue Square Email Management';
111+
export const BLUE_SQUARE_EMAIL_MANAGEMENT = 'Blue Square Email Management';
112+
113+

0 commit comments

Comments
 (0)