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