introducing component
This commit is contained in:
parent
b894df4b4b
commit
70d76b6671
10
src/components/ui/AppLogo.jsx
Normal file
10
src/components/ui/AppLogo.jsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import React from "react";
|
||||
|
||||
export default function AppLogo() {
|
||||
return (
|
||||
<div className='application-logo'>
|
||||
<h1 className='application-logo__title'>stay safe</h1>
|
||||
<h2 className='application-logo__subtitle'>interactive</h2>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user