diff --git a/client/src/sections/ResourceSection.tsx b/client/src/sections/ResourceSection.tsx index 4351d06e..920d2311 100644 --- a/client/src/sections/ResourceSection.tsx +++ b/client/src/sections/ResourceSection.tsx @@ -24,9 +24,15 @@ import ModelTrainSet from "./resources/2022/ModelTrainSet"; import TinyStillsuit from "./resources/2022/TinyStillsuit"; import UnbreakableUmbrella from "./resources/2022/UnbreakableUmbrella"; import MrStore2002 from "./resources/2023/2002Catalog"; +import BurningLeaves from "./resources/2023/AGuidetoBurningLeaves"; +import AugustScepter from "./resources/2023/AugustScepter"; +import BookOfFacts from "./resources/2023/BookOfFacts"; +import CandyCaneSwordCane from "./resources/2023/CandyCaneSwordCane"; import CinchoDeMayo from "./resources/2023/CinchoDeMayo"; import ClosedCircuitPayPhone from "./resources/2023/ClosedCircuitPayPhone"; import CursedMonkeysPaw from "./resources/2023/CursedMonkeyPaw"; +import JillOfAllTrades from "./resources/2023/JillOfAllTrades"; +import PatrioticEagle from "./resources/2023/PatrioticEagle"; import RockGarden from "./resources/2023/RockGarden"; import SITCertificate from "./resources/2023/SITCourseCertificate"; import AprilingBandHelmet from "./resources/2024/AprilingBandHelmet"; @@ -39,23 +45,30 @@ import SpringShoes from "./resources/2024/SpringShoes"; import TearawayPants from "./resources/2024/TearawayPants"; import FreeFights from "./resources/FreeFights"; +// TODO: Organize by functionality, not release. const ResourceSection = () => (
- - - + {/* 2020 */} + - - - - - + + {/* 2021 */} + + + + + + + {/* 2022 */} + + + @@ -64,21 +77,32 @@ const ResourceSection = () => ( + + {/* 2023 */} - - + + + + + + + + {/* 2024 */} + + - + + {/* Nags only */}
);