Skip to content

Commit 6028ec9

Browse files
committed
add Codeberg link
1 parent 5f4d2dc commit 6028ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" data-theme="dark">
33
<head>
44
<script defer src="script.js"></script>
@@ -20,6 +20,7 @@
2020
><img src="images/icon.png" alt="Logo"
2121
/></a>
2222
<a class="text" href="https://modrinth.com/mod/axolotlclient">Modrinth</a>
23+
<a class="text" href="https://codeberg.org/AxolotlClient/">Codeberg</a>
2324
<a class="text" href="https://github.com/AxolotlClient/">GitHub</a>
2425
<a class="text" href="https://discord.gg/WyMjeX3vka">Discord</a>
2526
</div>

script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const observer = new IntersectionObserver((entries) => {
22
entries.forEach((entry) => {
3-
console.log(entry);
43
if (entry.isIntersecting) {
54
entry.target.classList.add("show");
65
} else {

0 commit comments

Comments
 (0)