Skip to content

Commit

Permalink
Discord verification
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasVal committed Aug 20, 2023
1 parent 397944d commit 4100d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Navbar/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import { slide } from 'svelte/transition';
let navbar: HTMLElement;
let screenWidth: number = 0;
let isNavbarActive = false;
let screenWidth: number;
let isNavbarActive = true;
const UpdateNavbar = () => {
const scroll = Math.max(Math.min((window.scrollY / 150) * 2, 2), 1);
Expand Down
1 change: 1 addition & 0 deletions src/routes/.well-known/discord/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dh=38583eba364ebac9b29ebe659b63819878b2060c

0 comments on commit 4100d31

Please sign in to comment.