Compare commits

..

No commits in common. "daf3ce0efe265db03ff84ad1cf653b005f0785e9" and "3854592475e154bc77f8766b2e05310d3bfaea53" have entirely different histories.

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={gifone}
src={window.innerWidth <= 1400 ? gifone : gifonem}
alt="Gif"
style={{ width: "91%" }}
/>