Skip to content

Commit 65efa44

Browse files
committed
Update patches
1 parent 13a3bd3 commit 65efa44

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

website/static/js/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function startCounterWhenInView() {
66
counterElement.innerText = count;
77
count++;
88

9-
if (count <= 4) {
9+
if (count <= 5) {
1010
setTimeout(updateCounter, 100);
1111
}
1212
}

website/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ <h2>Delivering freedom by the megaton</h2>
7878

7979

8080
<footer class="footer">
81+
<!-- TODO: Fix Lighthouse accessibility concerns here -->
8182
<a href="https://discord.gg/9zvFEUuRPn" target="_blank"><i class="fab fa-discord"></i></a> |
8283
<a href="https://github.com/besser435/USAI-Website" target="_blank"><i class="fab fa-github"></i></a> |
8384
<a href="https://toendallwars.fandom.com/wiki/USA_Industries" target="_blank"><i class="fab fa-wpforms"></i></a>

website/templates/home.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ <h3>Patch 4: 1 Billion Gecs, But For Real This Time</h3>
8989
<p>we trolled the economy</p>
9090
<div class="section-spacing"></div>
9191

92-
<h3>Patch 5: ???</h3>
92+
<h3>Patch 5: "E" Set of Rules + Explosions Disabled</h3>
93+
<p>we trolled theeno</p>
94+
<div class="section-spacing"></div>
95+
96+
<h3>Patch 6: ???</h3>
9397
<p>???</p>
9498
<div class="section-spacing"></div>
9599
</div>

0 commit comments

Comments
 (0)