Skip to content

Commit

Permalink
Merge from development #43
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed7am1d committed May 5, 2023
1 parent d7d17b6 commit 1061849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socialchain.client/components/HomePage/Feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const Feed = ({ isUserProfile }) => {
<>
{contextHolder}
{isloadingBlockChainData ? (
<div>Loading...</div>
<div className="bg-red-400">Loading...</div>
) : (
<div>
{/* Modal - FirstDiv [to overlay all page content] middle of page */}
Expand Down

0 comments on commit 1061849

Please sign in to comment.