Skip to content

Commit b40d67f

Browse files
committed
Add target="_blank" to GitHub link for external navigation
1 parent 8ad9ea0 commit b40d67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def index(request: Request):
120120
href="https://github.com/andrewm4894/anomstack",
121121
cls=ButtonT.ghost,
122122
uk_tooltip="View the source code on GitHub",
123+
target="_blank",
123124
),
124125
cls="space-x-2",
125126
),

0 commit comments

Comments
 (0)