Skip to content

Commit

Permalink
add kanban link
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Oct 14, 2023
1 parent 0db0c1f commit 7323ecb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Please check the [About](https://www.buildo.dev/about) section to read more abou
- Copy the `.env.example` to `.env.local` (modify if needed)
- Run `npm run dev`
- Please report [issues](https://github.com/xdevguild/buildo.dev/issues)
- [Kanban board](https://github.com/orgs/xdevguild/projects/3)

### Also please check these tools
- [Elven.js](https://www.elvenjs.com) - Compact MultiversX SDK for browsers (no build steps required)
Expand Down
6 changes: 5 additions & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ const About: NextPage = () => {
</p>
<p>
The timeline is not defined. There is more detailed{' '}
<a href="" target="_blank" className="underline">
<a
href="https://github.com/orgs/xdevguild/projects/3"
target="_blank"
className="underline"
>
Kanban
</a>{' '}
board. Where you can find more up-to-date development information.
Expand Down

1 comment on commit 7323ecb

@vercel
Copy link

@vercel vercel bot commented on 7323ecb Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.