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}

+
+ Target publication +
+ ) : (
@@ -115,14 +122,6 @@ function MigrateSection({ session, matchingPub }: { session: Session; matchingPu
-
-
-

{matchingPub.name}

-

{new URL(matchingPub.url).host}

-
- Target publication -
- {status === 'idle' && (