From e7c507577ff100609c33c2f8d46c5ea2ef92bbde Mon Sep 17 00:00:00 2001 From: JiHun Oh Date: Thu, 2 Jan 2025 20:53:14 +0900 Subject: [PATCH] Update Logo --- resources/scripts/components/elements/PyroLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;