tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Fix GitHub button on projects
bwc9876.dev
6 days ago
2c6ff2a7
898c3297
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
pages
projects
[...slug].astro
+1
-1
src/pages/projects/[...slug].astro
···
40
40
entry.data.links?.github && (
41
41
<span>
42
42
<a href={`https://github.com/${entry.data.links.github}`} role="button">
43
43
-
<Icon name="bi:github" /> View On GitHub
43
43
+
<Icon name="bi:github" /> GitHub
44
44
</a>
45
45
</span>
46
46
)