1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 06:08:36 +01:00

Update label for roadmap creation

This commit is contained in:
Kamran Ahmed 2023-10-02 15:10:48 +01:00
parent c286e0a6f8
commit 3b5e3c44f9

View File

@ -46,7 +46,7 @@ export function CreateRoadmapButton(props: CreateRoadmapButtonProps) {
onClick={toggleCreateRoadmapHandler}
>
<Plus size={16} />
Create a new roadmap
Create your own Roadmap
</button>
</>
);