Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/games slider #287

Merged
merged 3 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
.DS_Store

.idea
/.cache
/build
/public/build
Expand Down
12 changes: 6 additions & 6 deletions app/components/new-landing/sections/Games.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { Keyboard } from "swiper/modules";
import BEACON_COVER from "~/../public/img/new-landing/game-covers/The_Beacon_Game_Cover.webp";
import BEACON_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_Beacon_Game_Background.webp";

import KAIJU_CARDS_COVER from "~/../public/img/new-landing/game-covers/The_Kaiju_Cards_Game_Cover.webp";
import KAIJU_CARDS_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_Kaiju_Cards_Game_Background.webp";
import SMOLBOUND_CARDS_COVER from "~/../public/img/new-landing/game-covers/The_Smolbound_Game_Cover.webp";
import SMOLBOUND_CARDS_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_Smolbound_Game_Background.webp";

import KOTE_COVER from "~/../public/img/new-landing/game-covers/The_KOTE_Game_Cover.webp";
import KOTE_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_KOTE_Game_Background.webp";
Expand Down Expand Up @@ -45,10 +45,10 @@ const games = [
link: "https://app.treasure.lol/games/the-beacon",
},
{
name: "Kaiju Cards",
cover: KAIJU_CARDS_COVER,
background: KAIJU_CARDS_BACKGROUND,
link: "https://app.treasure.lol/games/kaiju-cards",
name: "Smolbound",
cover: SMOLBOUND_CARDS_COVER,
background: SMOLBOUND_CARDS_BACKGROUND,
link: "https://app.treasure.lol/games/smolverse",
},
{
name: "Kuroro Beast",
Expand Down
Binary file not shown.
Binary file not shown.
Loading