FEAT: Added AGOG Logo to Homepage
This commit is contained in:
10
frontend/src/components/Layout/Name.tsx
Normal file
10
frontend/src/components/Layout/Name.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
const Name = () => {
|
||||
return (
|
||||
<div className="flex flex-col justify-center">
|
||||
<span className="agog-text text-4xl font-bold italic bg-clip-text text-transparent">
|
||||
AGOG</span>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Name;
|
||||
Reference in New Issue
Block a user