Skip to content

Commit

Permalink
Merge pull request #1637 from starknet-io/enhancement/update-roadmap-…
Browse files Browse the repository at this point in the history
…header

Update backlog header
  • Loading branch information
rafaelcruzazevedo authored Nov 13, 2023
2 parents a8bce90 + 7286fce commit 1c7f2e9
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 1c7f2e9

Please sign in to comment.