We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465f1d1 commit c136839Copy full SHA for c136839
src/pages/credits/index.astro
@@ -23,17 +23,17 @@ const contributors = await response.json();
23
<div id="credits">
24
<div class="credits-content">
25
<Intro />
26
- <Featuring contributors={contributors} />
+ <!-- <Featuring contributors={contributors} />
27
<Fonts />
28
- <BuiltWith />
+ <BuiltWith /> -->
29
</div>
30
31
<Rainbow />
32
</Television>
33
</Layout>
34
35
<script>
36
- import { infiniteScrollLoop } from "../../utils/infiniteScroll";
+ import { infiniteScrollLoop } from "@utils/infiniteScroll";
37
38
const wrapper = document.getElementById("credits");
39
const content = wrapper?.querySelector(".credits-content") as HTMLElement;
0 commit comments