Improve payment dialogs

This commit is contained in:
Jon Staab
2026-06-01 15:53:23 -07:00
parent fd38f9cbc0
commit 0b6302b66b
8 changed files with 366 additions and 407 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default function RelayListItem(props: RelayListItemProps) {
class="inline-flex items-center rounded-full border border-red-200 bg-red-50 px-2.5 py-0.5 text-xs font-medium text-red-700 max-w-56 truncate"
title={props.relay.sync_error}
>
{props.relay.sync_error}
Failed to sync
</span>
</Show>
</div>