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}
-