Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/amit9838/mousam
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Dec 12, 2024
2 parents 91bee84 + 41f0581 commit d5d0480
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions website/src/components/Carousal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ import ImageSlide from "./ImageSlide";

const images = [
{
title: "Few Clouds",
lightingCondition: "Night",
link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss5-overcast.png?raw=true#gh-dark-mode-only",
title: "Clear Sky",
lightingCondition: "Day",
link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1.png",
},
{
title: "Overcast",
lightingCondition: "Night",
link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png?raw=true#gh-dark-mode-only",
title: "Snowfall",
lightingCondition: "Day",
link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png",
},
{
title: "Partly Cloud",
lightingCondition: "Day",
link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png?raw=true#gh-light-mode-only",
title: "Clear Sky",
lightingCondition: "Night",
link: "https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3.png",
},
];

Expand Down

0 comments on commit d5d0480

Please sign in to comment.