mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🐛 fix(pleb-table): update Nostrudel URL in Npub link for accuracy and functionality
This commit is contained in:
@@ -93,7 +93,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent
|
||||
->add(
|
||||
'npub',
|
||||
fn(EinundzwanzigPleb $model)
|
||||
=> '<a target="_blank" class="btn-xs bg-gray-900 text-gray-100 hover:bg-gray-800 dark:bg-gray-100 dark:text-gray-800 dark:hover:bg-white" href="https://next.nostrudel.ninja/#/u/' . e(
|
||||
=> '<a target="_blank" class="btn-xs bg-gray-900 text-gray-100 hover:bg-gray-800 dark:bg-gray-100 dark:text-gray-800 dark:hover:bg-white" href="https://nostrudel.ninja/u/' . e(
|
||||
$model->npub,
|
||||
) . '">Nostr Profile</a>',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user