Skip to content

Commit

Permalink
Made text white in certain cases
Browse files Browse the repository at this point in the history
  • Loading branch information
DAG100 committed Mar 14, 2024
1 parent 3a8eea6 commit 50d877c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ export default function Home(props: Object) {
else return (
<div style={{
width: "60%",
margin:"auto"
margin:"auto",
color:"white"
}}><h1>Please view this page at <a href="https://search.pclub.in" target="_blank">search.pclub.in</a></h1></div>
);
}
Expand Down

0 comments on commit 50d877c

Please sign in to comment.