diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx
index 9ec60fac..0ecfdf5d 100644
--- a/src/components/views/Board.jsx
+++ b/src/components/views/Board.jsx
@@ -373,6 +373,9 @@ const Board = () => {
Catalog
]
+
+ {feed.length > 0 ? (null) : (Fetching IPFS...)}
+
Catalog
diff --git a/src/components/views/Catalog.jsx b/src/components/views/Catalog.jsx
index d8fbe4f5..a17e5bd9 100644
--- a/src/components/views/Catalog.jsx
+++ b/src/components/views/Catalog.jsx
@@ -321,6 +321,9 @@ const Catalog = () => {
Return
+
+ {feed.length > 0 ? (null) : (Fetching IPFS...)}
+
diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx
index d359feb8..d6549deb 100644
--- a/src/components/views/Thread.jsx
+++ b/src/components/views/Thread.jsx
@@ -378,10 +378,10 @@ const Thread = () => {
No replies yet
)
) : (
- Loading...
+ Fetching IPFS...
)
) : (
- null
+ Fetching IPFS...
)}
diff --git a/src/components/views/styles/Board.styled.jsx b/src/components/views/styles/Board.styled.jsx
index 4e765732..04ad3771 100644
--- a/src/components/views/styles/Board.styled.jsx
+++ b/src/components/views/styles/Board.styled.jsx
@@ -1399,7 +1399,7 @@ export const TopBar = styled.div`
}
}
-${({ selectedStyle }) => {
+ ${({ selectedStyle }) => {
switch (selectedStyle) {
case 'Yotsuba':
return `.btn-wrap {