VikeLabs / Collabify

web-collabify.vercel.app
1 stars 0 forks source link

Feature/report a bug #48

Closed hn275 closed 1 year ago

hn275 commented 1 year ago

Created a BugReporting component

Close #40

hn275 commented 1 year ago

I just realized now that it doesn't have to be a global constant since this is the only place we need it, and I want to keep this encapsulated within this file, so when we build out an actual bug management tool, we can just nuke this all together. Can I directly pass the uri into the href tag?

BenReichwein commented 1 year ago

Ah i see, yeah you might as well just pass the url into the href instead of making it a global variable inside that file

hn275 commented 1 year ago

Sweet. Will ping when updated.

hn275 commented 1 year ago

@BenReichwein good for merge!