Skip to content

Commit 57f740c

Browse files
committed
feat: prefix PR link text with hash
1 parent c02d836 commit 57f740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Astro.response.headers.set(
8787
rel="noopener noreferrer"
8888
class="hover:underline"
8989
>
90-
{pr.split("/").pop()}
90+
#{pr.split("/").pop()}
9191
</a>
9292
</li>
9393
))}

0 commit comments

Comments
 (0)