Skip to content

Commit

Permalink
style(copy): change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Sep 21, 2023
1 parent d5d112d commit b099c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layouts/EditHomepage/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const RESOURCES_SECTION = {
} as const

export type AnnouncementSectionType = {
readonly title: "Announcement"
readonly title: "New Announcement"
readonly date: string
readonly announcement: "Announcement content"
readonly link_text: ""
Expand All @@ -16,7 +16,7 @@ export type AnnouncementSectionType = {

export const getDefaultAnnouncementSection = (): AnnouncementSectionType => {
return {
title: "Announcement",
title: "New Announcement",
date: moment(
new Date()
.toLocaleString("en-SG", {
Expand All @@ -31,7 +31,7 @@ export const getDefaultAnnouncementSection = (): AnnouncementSectionType => {
}
}
export const ANNOUNCEMENT_BLOCK = {
title: "New announcements block",
title: "Announcements",
id: "announcements",
subtitle: "Add a list of announcements with dates",
announcement_items: [] as AnnouncementSectionType[],
Expand Down

0 comments on commit b099c88

Please sign in to comment.