Skip to content

Commit

Permalink
fix: remove old timers
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK committed Jun 29, 2024
1 parent 4451619 commit 1c63982
Showing 1 changed file with 10 additions and 35 deletions.
45 changes: 10 additions & 35 deletions src/pages/Timers/timersData.jsx
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
import { useQueries, useQuery } from "@tanstack/react-query";
import { useQueries, useQuery } from "@tanstack/react-query"
import {
altarsOfSorrow_84x84,
beyondLight_84x84,
crucible_96x96,
dungeon_256x256,
exoticMission_150x150,
ironBanner_256x256,
lightfall_256x256,
lostSector_120x120,
nightfall_84x84,
raid_110x110,
s20_150x150,
terminalOverload_200x200,
theWitchQueen_200x200,
trialsOfOsiris_256x256,
vexIncursion_200x200,
} from "assets/bungie";
import Activity, { LostSectorLink } from "components/Activity";
import { expansionRelease, seasonRelease } from "constants/time";
vexIncursion_200x200
} from "assets/bungie"
import Activity, { LostSectorLink } from "components/Activity"
import { expansionRelease, seasonRelease } from "constants/time"

import EuropaEclipsedZoneIcon from "assets/EuropaEclipsedZone.png";
import WellspringIcon from "assets/Wellspring.png";
import Modal from "components/Modal";
import { Weapon } from "components/Weapon";
import { pascalCase } from "functions/pascalCase";
import EuropaEclipsedZoneIcon from "assets/EuropaEclipsedZone.png"
import WellspringIcon from "assets/Wellspring.png"
import Modal from "components/Modal"
import { Weapon } from "components/Weapon"
import { pascalCase } from "functions/pascalCase"

export const timersData = [
{
Expand All @@ -39,24 +37,6 @@ export const timersData = [
return item;
}) || items,
},
{
title: "Crucible: Party Rotator",
sheet: "cruciblePartyRotation",
icon: crucible_96x96,
release: expansionRelease[0],
},
{
title: "Crucible: Relentless Rotator",
sheet: "crucibleRelentlessRotation",
icon: crucible_96x96,
release: expansionRelease[0],
},
{
title: "Defiant Battlegrounds: Legend",
sheet: "defiantRotation",
icon: s20_150x150,
release: seasonRelease[20],
},
{
title: "Featured Dungeon",
sheet: "dungeonRotation",
Expand Down Expand Up @@ -92,11 +72,6 @@ export const timersData = [
icon: exoticMission_150x150,
release: seasonRelease[19],
},
{
title: "Fishing Pond (Exotic)",
sheet: "fishingPondExoticRotation",
release: seasonRelease[21],
},
{
title: "Iron Banner",
sheet: "ironBanner",
Expand Down

0 comments on commit 1c63982

Please sign in to comment.