AquaNet: Append to make Error Message h2 not use margin-top

pull/17/head
Galexion 2024-02-29 22:50:58 -05:00
parent c4309aa14c
commit a5578335d3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
export let ifError = `No Error was Passed through. Quick, check the Devtools and create a Ticket!`;
</script>
<blockquote>
<h2 style="color:red;">Something's wrong, Please Try again Later.</h2>
<h2 style="color:red; margin-top:0px;">Something's wrong, Please Try again Later.</h2>
<p>Need to know why? Check Below.</p>
<code>
{ifError}