Merge branch 'dev' into feature/new-project-page

This commit is contained in:
MTG2000
2022-10-02 20:29:08 +03:00

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'