Skip to content

Commit

Permalink
chore(edit homepage): clarity in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Sep 20, 2023
1 parent ae0d2a8 commit ce2460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/EditHomepage/EditHomepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const EditHomepage = ({ match }) => {
break
}
case "announcement": {
// The field that changed belongs to a announcements
// The field that changed belongs to an announcement item
const { sections } = frontMatter

const announcementsIndex = frontMatter.sections.findIndex((section) =>
Expand Down

0 comments on commit ce2460f

Please sign in to comment.