mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2025-07-04 19:34:10 +08:00
Added user info page
This commit is contained in:
parent
16176aea9f
commit
eea71c8370
5 changed files with 89 additions and 3 deletions
|
@ -4,6 +4,7 @@ import styles from "../../styles";
|
|||
import AppIcon from "../AppIcon/AppIcon";
|
||||
import Login from "../LoginButton/LoginButton";
|
||||
import HomeIcon from "../HomeIcon/HomeIcon";
|
||||
import UserIcon from "../UserIcon/UserIcon";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
|
@ -16,8 +17,7 @@ export default function Header() {
|
|||
}}
|
||||
>
|
||||
<HomeIcon size={32} color="white" />
|
||||
<HomeIcon size={32} color="white" />
|
||||
<HomeIcon size={32} color="white" />
|
||||
<UserIcon size={32} color="white" />
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue