mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +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(
|
->add(
|
||||||
'npub',
|
'npub',
|
||||||
fn(EinundzwanzigPleb $model)
|
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,
|
$model->npub,
|
||||||
) . '">Nostr Profile</a>',
|
) . '">Nostr Profile</a>',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user