Compare commits

...

2 Commits

Author SHA1 Message Date
Mihir Motiyani daf3ce0efe Merge pull request 'changedgif' (#24) from fix/layout into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #24
2025-02-20 18:03:45 +05:30
hardik 05d62fc7bc changedgif
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2025-02-20 17:51:56 +05:30
1 changed files with 1 additions and 1 deletions

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%" }}
/>