mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-15 02:51:07 +08:00
Added and polished the header bar
This commit is contained in:
parent
1f355c3825
commit
02515a8a48
5 changed files with 676 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
import React from "react";
|
||||
import AppLogo from "../Icons/AppLogo/AppLogo";
|
||||
import Login from "../Login/Login";
|
||||
import styles from "../../styles";
|
||||
|
||||
export default function Header() {
|
||||
|
@ -9,7 +10,9 @@ export default function Header() {
|
|||
<AppLogo size={64} color="#6f9b78" />
|
||||
<p style={styles.logo_title}>Ivy</p>
|
||||
</div>
|
||||
<div style={styles.header_right}></div>
|
||||
<div style={styles.header_right}>
|
||||
<Login />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue