forked from nkowaokwu/igbo_api
-
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.
chore: update User info component nkowaokwu#619
- Loading branch information
1 parent
b3ade18
commit b189dc8
Showing
1 changed file
with
1 addition
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { Heading } from '@chakra-ui/react'; | ||
import React from 'react'; | ||
<<<<<<< HEAD | ||
|
||
const UserInfo = () => ( | ||
<div className="w-full lg:text-left mt-6"> | ||
|
@@ -9,19 +8,6 @@ const UserInfo = () => ( | |
<p>Email: [email protected]</p> | ||
<p>Total Daily Usage: 54</p> | ||
</div> | ||
======= | ||
import Card from '../Card'; | ||
|
||
const UserInfo = () => ( | ||
<Card | ||
title="User Information" | ||
description="This is your profile information" | ||
icon="👤" | ||
tooltipLabel="User Information" | ||
> | ||
<Heading as="h2">Profile</Heading> | ||
</Card> | ||
>>>>>>> 0bc60d0 (chore: add User info component #619) | ||
); | ||
|
||
export default UserInfo; | ||
export default UserInfo; |