Skip to content

Commit c136839

Browse files
committed
Test hiding contents
1 parent 465f1d1 commit c136839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/credits/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ const contributors = await response.json();
2323
<div id="credits">
2424
<div class="credits-content">
2525
<Intro />
26-
<Featuring contributors={contributors} />
26+
<!-- <Featuring contributors={contributors} />
2727
<Fonts />
28-
<BuiltWith />
28+
<BuiltWith /> -->
2929
</div>
3030
</div>
3131
<Rainbow />
3232
</Television>
3333
</Layout>
3434

3535
<script>
36-
import { infiniteScrollLoop } from "../../utils/infiniteScroll";
36+
import { infiniteScrollLoop } from "@utils/infiniteScroll";
3737

3838
const wrapper = document.getElementById("credits");
3939
const content = wrapper?.querySelector(".credits-content") as HTMLElement;

0 commit comments

Comments
 (0)