From f302b2f941dacf7b59348d07e109e9d7ab2c82ec Mon Sep 17 00:00:00 2001
From: lemma <>
Date: Wed, 12 Aug 2026 19:37:08 -0500
Subject: [PATCH] Move UI elements
---
app/routes/settings.tsx | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/app/routes/settings.tsx b/app/routes/settings.tsx
index 380b521..002d262 100644
--- a/app/routes/settings.tsx
+++ b/app/routes/settings.tsx
@@ -54,8 +54,15 @@ export default function Settings() {
) : matchingPub ? (
<>
-
{matchingPub.name}
+{new URL(matchingPub.url).host}
+{matchingPub.name}
-{new URL(matchingPub.url).host}
-