-
...
+
...
{thread.author.displayName
? thread.author.displayName.length > 15
@@ -699,15 +699,15 @@ const Board = ({ setBodyStyle }) => {
{getDate(thread.timestamp)}
- c/
- {thread.cid.slice(0, 8)}
+ c/
+ {thread.cid.slice(0, 8)}
{thread.content ? (
thread.content.length > 1500 ?
@@ -775,17 +775,17 @@ const Board = ({ setBodyStyle }) => {
{getDate(reply.timestamp)}
- c/
- {reply.cid.slice(0, 8)}
+ c/
+ {reply.cid.slice(0, 8)}
{reply.content ? (
reply.content.length > 1000 ?
-
+
{`c/${reply.parentCid.slice(0, 8)}`}{
}
-
+
{reply.content.slice(0, 1000)}
(...)
@@ -795,9 +795,9 @@ const Board = ({ setBodyStyle }) => {
:
-
+
{`c/${reply.parentCid.slice(0, 8)}`}{
}
-
+
{reply.content}
)
: null}
diff --git a/src/components/Catalog.jsx b/src/components/Catalog.jsx
index f10062e9..11f4c823 100644
--- a/src/components/Catalog.jsx
+++ b/src/components/Catalog.jsx
@@ -293,7 +293,7 @@ const Catalog = ({ setBodyStyle }) => {
))}
[
- Settings
+ Settings
]
[
handleStyleChange({target: {value: "Yotsuba"}}
@@ -312,7 +312,7 @@ const Catalog = ({ setBodyStyle }) => {
-
Settings
+
Settings
handleStyleChange({target: {value: "Yotsuba"}}
)}>Home
diff --git a/src/components/Thread.jsx b/src/components/Thread.jsx
index 2bd74b75..b80b2247 100644
--- a/src/components/Thread.jsx
+++ b/src/components/Thread.jsx
@@ -220,7 +220,7 @@ const Thread = ({ setBodyStyle }) => {
))}
[
- Settings
+ Settings
]
[
handleStyleChange({target: {value: "Yotsuba"}}
@@ -239,7 +239,7 @@ const Thread = ({ setBodyStyle }) => {