Skip to content

Commit

Permalink
commited
Browse files Browse the repository at this point in the history
  • Loading branch information
irshit mukherjee committed Sep 18, 2022
1 parent 30d1bba commit 2f55745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function UpcomingIndex() {
const { loggedIn_Arcana } = useContext(ArcanaContext);

if (!loggedIn_Arcana) {
return <div>Pls login....</div>;
return <h1 style={{ color: "white" }}>Pls login....</h1>;
}

const connect = useMetamask();
Expand Down

0 comments on commit 2f55745

Please sign in to comment.