changes satyjy link

This commit is contained in:
@jcarymuhammedow
2026-04-20 17:59:28 +05:00
parent d92ec369a9
commit 29429f7139
2 changed files with 4 additions and 2 deletions

View File

@@ -88,7 +88,9 @@ const Navbar = () => {
</button>
<button
className={`${styles.btn} ${styles.btn__satyjy}`}
onClick={() => navigate("/panel")}
onClick={() => {
window.location.href = "/panel";
}}
>
Satyjy
</button>

View File

@@ -131,7 +131,7 @@
img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
display: block;
}
}