add logo to Register page

This commit is contained in:
2025-12-21 07:25:24 +01:00
parent 23255fd9c7
commit b2b6f4af14

View File

@@ -98,6 +98,16 @@ export const Register = () => {
return ( return (
<section className="section"> <section className="section">
<div className="container is-max-tablet"> <div className="container is-max-tablet">
<div className="block">
<p className="level-item has-text-centered">
<img
className="image"
alt="cool ultimate team tool"
src="cutt.svg"
style={{ width: 200 }}
/>
</p>
</div>
<h1 className="title"> <h1 className="title">
Register {teamName && `in team "${teamName}"`} Register {teamName && `in team "${teamName}"`}
</h1> </h1>