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 29b116a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,14 @@ export default function Home(props: Object) {
else return (
<div style={{
width: "60%",
margin:"auto"
}}><h1>Please view this page at <a href="https://search.pclub.in" target="_blank">search.pclub.in</a></h1></div>
margin:"auto",
color:"white"
}}><h1>Please view this page at <a href="https://search.pclub.in" target="_blank">search.pclub.in</a></h1>
<p>Credits:</p>
<p>Deven Gangwani</p>
<p>Krishnansh Agarwal</p>
<p>Programming Club, IITK</p>
</div>
);
}

Expand Down

0 comments on commit 29b116a

Please sign in to comment.