Add toast

This commit is contained in:
Jon Staab
2026-02-26 15:43:49 -08:00
parent 62042b526d
commit ed57ff7bb7
3 changed files with 101 additions and 23 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function RelayList() {
<div class="flex items-center justify-between">
<div>
<p class="font-medium text-gray-900">{relay.name}</p>
<p class="text-sm text-gray-500">{relay.subdomain}</p>
<p class="text-sm text-gray-500">https://{relay.subdomain}.spaces.coracle.social</p>
</div>
<p class="text-xs uppercase tracking-wide text-gray-500">{relay.status}</p>
</div>