changes satyjy link
This commit is contained in:
@@ -88,7 +88,9 @@ const Navbar = () => {
|
||||
</button>
|
||||
<button
|
||||
className={`${styles.btn} ${styles.btn__satyjy}`}
|
||||
onClick={() => navigate("/panel")}
|
||||
onClick={() => {
|
||||
window.location.href = "/panel";
|
||||
}}
|
||||
>
|
||||
Satyjy
|
||||
</button>
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user