File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,8 @@ function handleDisconnect() {
8181 <form v-else class =" space-y-4" @submit.prevent =" handleConnect" >
8282 <!-- Contributor-only notice -->
8383 <div class =" p-3 bg-amber-500/10 border border-amber-500/30 rounded-lg" >
84- <div class =" space-y-2" >
85- <span
86- class =" inline-block px-2 py-0.5 text-xs font-bold uppercase tracking-wider bg-amber-500/20 text-amber-400 rounded"
87- >
84+ <div >
85+ <span class =" inline-block text-xs font-bold uppercase tracking-wider text-fg rounded" >
8886 {{ $t('connector.modal.contributor_badge') }}
8987 </span >
9088 <p class =" text-sm text-fg-muted" >
@@ -94,7 +92,7 @@ function handleDisconnect() {
9492 href =" https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md#local-connector-cli"
9593 target =" _blank"
9694 rel =" noopener noreferrer"
97- class =" text-amber -400 hover:underline"
95+ class =" text-blue -400 hover:underline"
9896 >
9997 {{ $t('connector.modal.contributor_link') }}
10098 </a >
@@ -213,7 +211,7 @@ function handleDisconnect() {
213211 role =" alert"
214212 class =" p-3 text-sm text-red-400 bg-red-500/10 border border-red-500/20 rounded-md"
215213 >
216- <p class =" font-mono text-sm text-fg font-bold " >
214+ <p class =" inline-block text-xs font-bold uppercase tracking-wider text-fg rounded " >
217215 {{ $t('connector.modal.warning') }}
218216 </p >
219217 <p class =" text-sm text-fg-muted" >
You can’t perform that action at this time.
0 commit comments