Skip to content

Commit

Permalink
Make Add a project button redirect to instructions in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jul 4, 2023
1 parent ba3c043 commit 862ca12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/NavBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ const SmallBar = () => (
const AddProjectButton = () => {
return (
<Menu.Item data-cy="add-project">
<Link passHref href="/projects/new">
<Link
passHref
href="https://github.com/kitspace/kitspace-v2#adding-your-project"
>
<Button icon as="a" color="green" id="add_project" labelPosition="left">
<Icon name="plus" />
Add a project
Expand Down

0 comments on commit 862ca12

Please sign in to comment.