-
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.
[Example] add manage tax / members section / update readme.md (#47)
* [Feat/Example] add manage tax / members section (#46) * add manage-member components * add manage-tax component * add document
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -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', | ||
}, | ||
}, | ||
{ | ||
|
@@ -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', | ||
|
@@ -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' }, | ||
}, | ||
]; | ||
|
||
|