unitaryfund / unitaryhack2022

Website for the 2022 unitaryHACK hackathon.
https://2022.unitaryhack.dev
MIT License
11 stars 30 forks source link

Add hyperlink in project titles on bounty page #91

Closed nathanshammah closed 2 years ago

nathanshammah commented 2 years ago

It would be nice to add a hyperlink to projects in the bounty page, i.e. making the project name clickable and taking one to https://unitaryhack.dev/projects/[projectname] This could drive more engagement and discovery of the projects

How to reproduce

For example in the case below, it would be nice if the project title "Yao" it took one to https://unitaryhack.dev/projects/yao/

yao-bounty-1

How to fix

I think we just need to change line 10 in this page with an href https://github.com/unitaryfund/unitaryhackdev/blob/4d8d12785c9a0cbc214206ea9b4f99048631f25f/_includes/components/bountylist.njk#L10

Anyone could help or help review if it's an easy fix? @WrathfulSpatula @francespoblete @vprusso?

nathanshammah commented 2 years ago

I think it's something like

<a  href="https://unitaryhack.dev/projects/{{project.title}}">${{project.title}}</a>