mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Update pages/about.astro
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user