Skip to content

Commit bd7d80f

Browse files
authored
Fixed name in footer
1 parent 2b56d9b commit bd7d80f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>WITH SUPPORT FROM</h1>
8282
</div>
8383
<!-- FOOTER -->
8484
<div class="footer-container" style="color: black;">
85-
<div class="left">©️ 2023 Community Java Discord <br> We are not affiliated, associated, and/or endorsed with/by Discord or Oracle.</div>
85+
<div class="left">©️ 2023 Discord Java Community <br> We are not affiliated, associated, and/or endorsed with/by Discord or Oracle.</div>
8686
<div class="right">¹ Users that sent a message in the last month, data gathered from Discord's Insight page. <br> ² Data gathered from Discord's Insight page.</div>
8787
</div>
8888
<!-- Hamburger Menu JavaScript -->

rules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>SERVER RULES</h1>
7878
</div>
7979
<!-- FOOTER -->
8080
<div class="footer-container">
81-
<p>©️ 2023 Community Java Discord <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
81+
<p>©️ 2023 Discord Java Community <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
8282
</div>
8383
<!-- Hamburger Menu JavaScript -->
8484
<script type="text/javascript">

soon.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>More stuff coming soon!</h1>
3636
<p class="error-text">Stay tuned for more stuff (e.g. QOTW Leaderboard) coming soon!</p>
3737
<!-- FOOTER -->
3838
<div class="footer-container">
39-
<p>©️ 2023 Community Java Discord <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
39+
<p>©️ 2023 Discord Java Community <br> We are not affiliated, associated, or endorsed with/by Discord or Oracle.</p>
4040
</div>
4141
</body>
4242
</html>

0 commit comments

Comments
 (0)