Skip to content

Commit 7987074

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9385918 commit 7987074

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/social/SocialSubscribe.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@ const socialLinks = [
8080
alert("Something went wrong");
8181
} else {
8282
alert("Check your inbox!");
83-
input.value = "";
83+
input.value = "";
8484
}
8585
} catch (e) {
8686
console.error(e);
8787
alert("Network error");
8888
}
8989
}
9090
</script>
91-

0 commit comments

Comments
 (0)