mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 10:31:07 +08:00
Added initial header
This commit is contained in:
parent
576a5bab9b
commit
df754b09ea
4 changed files with 47 additions and 2 deletions
15
src/components/Header/Header.tsx
Normal file
15
src/components/Header/Header.tsx
Normal file
|
@ -0,0 +1,15 @@
|
|||
import React from "react";
|
||||
import AppLogo from "../Icons/AppLogo/AppLogo";
|
||||
import styles from "../../styles";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<div style={styles.header_container}>
|
||||
<div style={styles.header_left}>
|
||||
<AppLogo size={64} color="#6f9b78" />
|
||||
<p style={styles.logo_title}>Ivy</p>
|
||||
</div>
|
||||
<div style={styles.header_right}></div>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue