diff --git a/resources/scripts/components/elements/PyroLogo.tsx b/resources/scripts/components/elements/PyroLogo.tsx index ed8633007..7d288d268 100644 --- a/resources/scripts/components/elements/PyroLogo.tsx +++ b/resources/scripts/components/elements/PyroLogo.tsx @@ -1,6 +1,6 @@ // million-ignore const Logo = () => { - return

Minehub Cloud

; + return
Minehub Cloud
; }; export default Logo;