Skip to content

Commit

Permalink
Update Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Baw-Appie authored Jan 2, 2025
1 parent a3c3c0b commit e7c5075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/elements/PyroLogo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// million-ignore
const Logo = () => {
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>;
};

export default Logo;

0 comments on commit e7c5075

Please sign in to comment.