Skip to content

Commit

Permalink
chore: update User info component nkowaokwu#619
Browse files Browse the repository at this point in the history
  • Loading branch information
davydocsurg authored and IfyNdu committed Aug 16, 2023
1 parent b3ade18 commit b189dc8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/pages/components/UserInformation/UserInfo.js
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">
Expand All @@ -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;

0 comments on commit b189dc8

Please sign in to comment.