fix: route typo

This commit is contained in:
MTG2000
2022-10-02 20:28:33 +03:00
parent f01c3c1127
commit 32054b6ba8

View File

@@ -82,7 +82,7 @@ export default function ProjectListedModal({ onClose, direction, project, ...pro
color='primary'
fullWidth
newTab
href={createRoute({ type: "edit-story" })}
href={createRoute({ type: "write-story" })}
> Write a story</Button>
<Button
color='white'