Skip to content

Commit

Permalink
[Example] add manage tax / members section / update readme.md (#47)
Browse files Browse the repository at this point in the history
* [Feat/Example] add manage tax / members section (#46)

* add manage-member components

* add manage-tax component

* add document
  • Loading branch information
leezer94 committed Aug 15, 2023
1 parent ba0ac7a commit f24f8df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/config/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const membersConfig = [
fallback: 'KH',
activity: {
action: 'Updated client details for issue #7',
activeAt: '11:34 am',
activeAt: '10:12 am',
},
},
{
Expand All @@ -111,15 +111,15 @@ export const membersConfig = [
fallback: 'YK',
activity: {
action: 'Responded to your comment #7514',
activeAt: '11:34 am',
activeAt: '13:04 pm',
},
},
{
src: 'https://images.unsplash.com/photo-1541823709867-1b206113eafd?&w=150&h=150&dpr=2&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1.5&fit=crop',
name: 'Taekyung',
email: '[email protected]',
fallback: 'TS',
activity: { action: 'Created a new issue', activeAt: '11:34 am' },
activity: { action: 'Created a new issue', activeAt: '15:14 pm' },
},
{
src: 'https://images.unsplash.com/photo-1532073150508-0c1df022bdd1?&w=150&h=150&dpr=2&q=70&crop=focalpoint&fp-x=0.48&fp-y=0.35&fp-z=2&fit=crop',
Expand All @@ -128,15 +128,15 @@ export const membersConfig = [
fallback: 'YA',
activity: {
action: 'Approved pull request #361',
activeAt: '11:34 am',
activeAt: '20:50 pm',
},
},
{
src: 'https://plus.unsplash.com/premium_photo-1691622500373-da5adfe5b2ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80',
name: 'SeHee',
email: '[email protected]',
fallback: 'SS',
activity: { action: 'Joined the team', activeAt: '11:34 am' },
activity: { action: 'Joined the team', activeAt: '21:00 pm' },
},
];

Expand Down

0 comments on commit f24f8df

Please sign in to comment.