We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c3c0b commit e7c5075Copy full SHA for e7c5075
resources/scripts/components/elements/PyroLogo.tsx
@@ -1,6 +1,6 @@
1
// million-ignore
2
const Logo = () => {
3
- return <p className='font-black leading-none text-white text-2xl'>Minehub Cloud</p>;
+ return <div className='flex items-center font-black leading-none text-white text-2xl'>Minehub Cloud</div>;
4
};
5
6
export default Logo;
0 commit comments