changedgif #24

Merged
mihir merged 1 commits from fix/layout into main 2025-02-20 18:03:46 +05:30
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 05d62fc7bc - Show all commits

View File

@ -171,7 +171,7 @@ const HomePage: React.FC = () => {
}}>
<Box sx={{ width: { xs: "60%", md: "70%" } }}>
<img
src={window.innerWidth <= 1400 ? gifone : gifonem}
src={gifone}
alt="Gif"
style={{ width: "91%" }}
/>