Update pages/about.astro

This commit is contained in:
2025-01-30 09:24:25 -08:00
parent 2e088c5c9f
commit d4f51b121e

View File

@@ -18,11 +18,11 @@ import OutsideCoding from "@/components/about/outside-coding";
</section> </section>
<section class="flex items-center justify-center py-16"> <section class="flex items-center justify-center py-16">
<AllTimeStats client:only /> <AllTimeStats client:only="react" />
</section> </section>
<section class="flex items-center justify-center py-16"> <section class="flex items-center justify-center py-16">
<DetailedStats client:only /> <DetailedStats client:only="react" />
</section> </section>
<section class="flex items-center justify-center py-16"> <section class="flex items-center justify-center py-16">
@@ -37,4 +37,4 @@ import OutsideCoding from "@/components/about/outside-coding";
<OutsideCoding client:load /> <OutsideCoding client:load />
</section> </section>
</div> </div>
</MainLayout> </ContentLayout>