File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
pages/@[team]/[project]/settings Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11
11
<div class =" flex items-center justify-center gap-4" >
12
12
<UIcon name =" fa-brands:github" class =" w-6 h-6" />
13
13
<div class =" flex flex-col" >
14
- <div class =" flex items-center justify-center gap-1" >
15
- <div class =" font-semibold u-text-gray-900" >
16
- {{ project.repository.owner }}/{{ project.name }}
17
- </div >
14
+ <a
15
+ :href =" `https://github.com/${project.repository.owner}/${project.name}`"
16
+ target =" _blank"
17
+ rel =" noopener"
18
+ class =" flex items-center gap-1 font-semibold u-text-gray-900 hover:underline"
19
+ >
20
+ {{ project.repository.owner }}/{{ project.name }}
18
21
<UIcon name =" heroicons-solid:external-link" class =" w-4 h-4" />
19
- </div >
22
+ </a >
20
23
<div class =" text-sm u-text-gray-400" >
21
24
Updated {{ useTimeAgo(new Date(project.updatedAt)).value }}
22
25
</div >
23
26
</div >
24
27
</div >
25
- <!-- TODO: disconnect -->
26
- <UButton label =" Disconnect" size =" sm" />
27
28
</UCard >
28
29
</UCard >
29
30
</div >
You can’t perform that action at this time.
0 commit comments