File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { define } from "../../util.ts";
6
6
import { extract } from "@std/front-matter/yaml" ;
7
7
8
8
import TOC , { groupsNames } from "../../docs/toc.ts" ;
9
+ import TbBrandGithub from "@preact-icons/tb/TbBrandGithub" ;
9
10
10
11
const groups = new Map < string , { id : string ; title : string } [ ] > ( ) ;
11
12
for ( const group of groupsNames ) {
@@ -59,11 +60,12 @@ export default define.page<typeof handler>(function Page({ data }) {
59
60
< Markdown source = { data . content } />
60
61
< p class = "mt-6 text-sm" >
61
62
< a
62
- class = "link"
63
+ class = "link inline-flex items-center gap-1 "
63
64
href = { `https://github.com/jsr-io/jsr/blob/main/frontend/docs/${ data . id } .md` }
64
65
target = "_blank"
65
66
rel = "noopener noreferrer"
66
67
>
68
+ < TbBrandGithub class = "size-4" aria-hidden />
67
69
Edit this page on GitHub
68
70
</ a >
69
71
</ p >
You can’t perform that action at this time.
0 commit comments