Commit 5f8433e 1 parent 8ee2b3e commit 5f8433e Copy full SHA for 5f8433e
File tree 1 file changed +4
-6
lines changed
frontend/src/components/moderation
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -103,18 +103,16 @@ const AppModeration: FunctionComponent<Props> = ({ appId }) => {
103
103
} ,
104
104
] }
105
105
/>
106
- < div >
107
- < h1 className = "mt-8 text-4xl font-extrabold" >
108
- { appInfoQuery . data [ 0 ] . name }
109
- </ h1 >
106
+ < div className = "flex flex-col" >
107
+ < h1 className = "text-4xl font-extrabold" > { appInfoQuery . data [ 0 ] . name } </ h1 >
110
108
< Link
111
109
href = { `/apps/${ appInfoQuery . data [ 0 ] . id } ` }
112
- className = "text-sm opacity-75 "
110
+ className = "text-sm no-underline hover:underline "
113
111
>
114
112
{ appInfoQuery . data [ 0 ] . id }
115
113
</ Link >
116
114
< a
117
- className = "text-sm opacity-75 "
115
+ className = "text-sm no-underline hover:underline "
118
116
href = {
119
117
appInfoQuery . data [ 0 ] . metadata ?. [ "flathub::manifest" ] ??
120
118
`https://github.com/flathub/${ appInfoQuery . data [ 0 ] . id } `
You can’t perform that action at this time.
0 commit comments