mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 06:07:27 +08:00
AquaNet: Append to make Error Message h2 not use margin-top
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
export let ifError = `No Error was Passed through. Quick, check the Devtools and create a Ticket!`;
|
export let ifError = `No Error was Passed through. Quick, check the Devtools and create a Ticket!`;
|
||||||
</script>
|
</script>
|
||||||
<blockquote>
|
<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>
|
<p>Need to know why? Check Below.</p>
|
||||||
<code>
|
<code>
|
||||||
{ifError}
|
{ifError}
|
||||||
|
|||||||
Reference in New Issue
Block a user