Skip to content

Commit ee6305d

Browse files
authored
Add a jam button (#2791)
Add jam button
1 parent c014b02 commit ee6305d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: src/legacy/homepage.scss

+4
Original file line numberDiff line numberDiff line change
@@ -698,3 +698,7 @@ nav {
698698
grid-template-columns: 1fr;
699699
}
700700
}
701+
702+
#learn-btn {
703+
margin-top: 0.5rem;
704+
}

Diff for: src/pages/index.astro

+6
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ if (session && session.session.full) {
7575
Play a game »
7676
</button>
7777
</a>
78+
79+
<a href='https://jams.hackclub.com/batch/sprig'>
80+
<button class='btn active' id="learn-btn">
81+
Learn how to make a game &raquo;
82+
</button>
83+
</a>
7884
</div>
7985
</div>
8086
</section>

0 commit comments

Comments
 (0)