Skip to content

Commit

Permalink
updated button
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-sah committed Jan 25, 2024
1 parent 2770c78 commit f9b111f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>MERN-Blogs</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 1 addition & 3 deletions client/src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ return (
<FaMoon />
</Button>
<Link to='/sign-in' >
<Button gradientDuoTone={'purpleToBlue'} >
Sign In
</Button>
<Button gradientDuoTone='purpleToBlue' outline >Sign In</Button>
</Link>
<Navbar.Toggle />
</div>
Expand Down

0 comments on commit f9b111f

Please sign in to comment.