File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import CountdownTimer from "./CountdownTimer";
1616 <div class =" reactgg-cta" >
1717 <div class =" reactgg-cta-container" >
1818 <h2 >react.gg Launch Sale</h2 >
19- <p >Get 30% off through May 22nd </p >
20- <CountdownTimer client:only targetDate =" 2025-05-23 " />
19+ <p >Get 30% off through May 23rd </p >
20+ <CountdownTimer client:only targetDate =" 2025-05-24 " />
2121 <Button
2222 text =" Join Now"
2323 size =" small"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import NavMain from "../sections/NavMain.astro";
55import HomeHero from " ../sections/HomeHero.astro" ;
66import HooksList from " ../components/search/HooksList" ;
77import Footer from " ../sections/Footer.astro" ;
8- import QueryGGBanner from " ../components/QueryGGBanner.astro" ;
98
109const hooks = await getCollection (" hooks" );
1110---
@@ -14,7 +13,6 @@ const hooks = await getCollection("hooks");
1413 title =" useHooks – The React Hooks Library"
1514 description =" A collection of modern, server-safe React hooks – from the ui.dev team"
1615>
17- <QueryGGBanner />
1816 <NavMain />
1917 <HomeHero />
2018 <HooksList client:load hooks ={ hooks } />
You can’t perform that action at this time.
0 commit comments