This message was deleted.
# report-bugs
s
This message was deleted.
j
the href seems to match in both — the diff I see is the
target="_blank"
which should open the link in a new tab
e
The Graphite markup includes an additional
<a href>
tag, so the button is "double-wrapped". The outer tag has the correct href, but the inner tag has an href that actually points to the image uri. When you click the button, the browser navigates to the actual button image rather than the original href.
j
ah, I missed that! thanks for the catch
we're doing something really wonky, it looks like 🫠
i see some Object.toString() in there as well...
e
👍 Thanks for taking a look! I've been using the graphite web ui for a week now instead of github's ui and it's been great!
j
anyway, thanks for reporting! We'll dig in
e
Badge-links appear to be working in PRs that I opened today! Thanks, team!