diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 4d8b1b6..0a709c6 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -68,7 +68,7 @@ export const NavBar = (props: { params: Params }) => { { - + {repo.status ?? "inactive"} @@ -145,7 +151,7 @@ export const PdsView = () => { {(repo) => } -
+
{(version) => ( @@ -160,7 +166,9 @@ export const PdsView = () => { <>
DID - {server().did} + + {server().did} +
Invite Code Required @@ -183,7 +191,11 @@ export const PdsView = () => {
Available User Domains - {(domain) => {domain}} + {(domain) => ( + + {domain} + + )}
@@ -192,7 +204,7 @@ export const PdsView = () => { Privacy Policy @@ -205,7 +217,7 @@ export const PdsView = () => { Terms of Service @@ -218,7 +230,7 @@ export const PdsView = () => { Contact {server().contact?.email} diff --git a/src/views/record.tsx b/src/views/record.tsx index 17a9ef7..ac3f8e3 100644 --- a/src/views/record.tsx +++ b/src/views/record.tsx @@ -509,15 +509,20 @@ export const RecordView = () => { -
+

AT URI

-
{record()?.uri}
+
+ {record()?.uri} +

CID

-
+
{record()?.cid}
diff --git a/src/views/repo.tsx b/src/views/repo.tsx index d1bab16..cce29bf 100644 --- a/src/views/repo.tsx +++ b/src/views/repo.tsx @@ -325,8 +325,14 @@ export const RepoView = () => {
-
- +
+ {error()}