From c137d40037a7e828bf33cad500a7aa33712b3a0f Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 5 Jan 2025 22:58:48 -0500 Subject: [PATCH] More alignment --- client/homebrew/brewRenderer/errorBar/errorBar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/brewRenderer/errorBar/errorBar.jsx b/client/homebrew/brewRenderer/errorBar/errorBar.jsx index 664b835fe..9529fa9a4 100644 --- a/client/homebrew/brewRenderer/errorBar/errorBar.jsx +++ b/client/homebrew/brewRenderer/errorBar/errorBar.jsx @@ -27,7 +27,7 @@ const ErrorBar = (props)=>{ const renderProtip = ()=>(

Protips!

- {hasOpenError &&
Unmatched opening tag. Close your tags, like this {'
'}. Match types!
} + {hasOpenError &&
Unmatched opening tag. Close your tags, like this {'
'}. Match types!} {hasCloseError &&
Unmatched closing tag. Either remove it or check where it was opened.
} {hasMatchError &&
Type mismatch. Closed a tag with a different type.
} @@ -42,7 +42,7 @@ const ErrorBar = (props)=>{

There are HTML errors in your markup

- If these aren't fixed your brew will not render properly when you print it to PDF or share it + If these aren't fixed your brew will not render properly when you print it to PDF or share it {renderErrors()}