Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions app/components/Header/ConnectorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ function handleDisconnect() {
<form v-else class="space-y-4" @submit.prevent="handleConnect">
<!-- Contributor-only notice -->
<div class="p-3 bg-amber-500/10 border border-amber-500/30 rounded-lg">
<div class="space-y-2">
<span
class="inline-block px-2 py-0.5 text-xs font-bold uppercase tracking-wider bg-amber-500/20 text-amber-400 rounded"
>
<div>
<span class="inline-block text-xs font-bold uppercase tracking-wider text-fg rounded">
{{ $t('connector.modal.contributor_badge') }}
</span>
<p class="text-sm text-fg-muted">
Expand All @@ -94,7 +92,7 @@ function handleDisconnect() {
href="https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md#local-connector-cli"
target="_blank"
rel="noopener noreferrer"
class="text-amber-400 hover:underline"
class="text-blue-400 hover:underline"
>
{{ $t('connector.modal.contributor_link') }}
</a>
Expand Down Expand Up @@ -213,7 +211,7 @@ function handleDisconnect() {
role="alert"
class="p-3 text-sm text-red-400 bg-red-500/10 border border-red-500/20 rounded-md"
>
<p class="font-mono text-sm text-fg font-bold">
<p class="inline-block text-xs font-bold uppercase tracking-wider text-fg rounded">
{{ $t('connector.modal.warning') }}
</p>
<p class="text-sm text-fg-muted">
Expand Down
Loading