Skip to content

Commit

Permalink
Update backlog header
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-aac committed Nov 13, 2023
1 parent a8bce90 commit 7286fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workspaces/cms-config/src/collections/roadmapPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const roadmapStagesFields = [
icon: BiBullseye
},
{
label: "Backlog",
label: "Details are WIP",
value: "backlog",
icon: AiOutlineAppstore
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface KeyValuePairs {
const stages: KeyValuePairs = {
"building-now": "Building now",
"building-next": "Building next",
"backlog": "Backlog",
"backlog": "Details are WIP",
};

export type RoadmapPostProps = {
Expand Down

0 comments on commit 7286fce

Please sign in to comment.