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
-
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 = () => {