Skip to content

Commit ef5b368

Browse files
committed
Update Logo
1 parent d00494d commit ef5b368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// million-ignore
22
const Logo = () => {
3-
return <p className='font-black leading-none text-white text-2xl'>Minehub Cloud</p>;
3+
return <div className='flex items-center font-black leading-none text-white text-2xl'>Minehub Cloud</div>;
44
};
55

66
export default Logo;

0 commit comments

Comments
 (0)