proto-badges for type flags

This commit is contained in:
Xanazf 2024-10-18 00:52:02 +03:00
parent eeb2b46f76
commit 87955bdda3
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
4 changed files with 88 additions and 67 deletions

View file

@ -47,9 +47,10 @@ const NavComponent: Component<NavProps> = props => {
}
};
onMount(() => {});
onCleanup(() => {
window.removeEventListener("click", handleClickOutside);
onMount(() => {
onCleanup(() => {
window.removeEventListener("click", handleClickOutside);
});
});
createEffect(() => {