-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gurkaran-Singh
authored and
Gurkaran-Singh
committed
Jan 6, 2022
1 parent
58c0d2d
commit ce1425c
Showing
4 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
const UserName = () => {}; | ||
import Down from "../images/Down.svg"; | ||
import Logo from "../images/Logo.svg"; | ||
const UserName = () => { | ||
return ( | ||
<div className="bg-white px-8 w-175 h-45 my-auto rounded-3xl flex justify-between"> | ||
<input | ||
onClick={() => { | ||
//Show Accounts | ||
}} | ||
type="image" | ||
className="h-30 my-auto my-auto cursor-pointer" | ||
src={Logo} | ||
alt="text" | ||
/> | ||
<p className="text-tiny text-center py-14 ml-8 justify-center"> | ||
{"JOhndow.near"} | ||
</p> | ||
<input | ||
onClick={() => { | ||
//Show Accounts | ||
}} | ||
type="image" | ||
className="h-10 my-auto mt-20 mx-14 cursor-pointer" | ||
src={Down} | ||
alt="text" | ||
/> | ||
</div> | ||
); | ||
}; | ||
|
||
export default UserName; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { default as CustomInput } from "./CustomInput"; | ||
export { default as Header } from "./Header"; | ||
export { default as UserName } from "./UserName"; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.