diff --git a/src/components/auth/StoreAuth.ts b/src/components/auth/StoreAuth.ts index 21e43ad..a104c73 100644 --- a/src/components/auth/StoreAuth.ts +++ b/src/components/auth/StoreAuth.ts @@ -857,9 +857,7 @@ export class StoreAuth { // Officer view toggle event listener - now just toggles visibility this.elements.officerViewCheckbox.addEventListener("change", (e) => { const isChecked = (e.target as HTMLInputElement).checked; - const storeItemsContainer = document.querySelector( - ".grid.grid-cols-1.lg\\:grid-cols-2.xl\\:grid-cols-3", - ) as HTMLElement; + const storeItemsContainer = document.getElementById("storeItemsGrid"); const { officerContent } = this.elements; if (storeItemsContainer) { diff --git a/src/pages/online-store.astro b/src/pages/online-store.astro index 68dc235..42dc43c 100644 --- a/src/pages/online-store.astro +++ b/src/pages/online-store.astro @@ -10,33 +10,34 @@ const title = "IEEE Store";

IEEE UCSD Store

-
+
-
-
- - - - +
+
+
+
+
+

+ Store Coming Soon! +

+
+

+ Our store is currently under development. Check back later + for IEEE UCSD merchandise! In the meantime, please make sure + your profile is up to date with your IEEE Member ID and + resume. +

+
+
+
+