add logo to Register page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user