Skip to content

Commit c8f15c5

Browse files
committed
[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
1 parent dce02fd commit c8f15c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/web/config/examples.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const membersConfig = [
9191
fallback: 'KH',
9292
activity: {
9393
action: 'Updated client details for issue #7',
94-
activeAt: '11:34 am',
94+
activeAt: '10:12 am',
9595
},
9696
},
9797
{
@@ -111,15 +111,15 @@ export const membersConfig = [
111111
fallback: 'YK',
112112
activity: {
113113
action: 'Responded to your comment #7514',
114-
activeAt: '11:34 am',
114+
activeAt: '13:04 pm',
115115
},
116116
},
117117
{
118118
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',
119119
name: 'Taekyung',
120120
121121
fallback: 'TS',
122-
activity: { action: 'Created a new issue', activeAt: '11:34 am' },
122+
activity: { action: 'Created a new issue', activeAt: '15:14 pm' },
123123
},
124124
{
125125
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 = [
128128
fallback: 'YA',
129129
activity: {
130130
action: 'Approved pull request #361',
131-
activeAt: '11:34 am',
131+
activeAt: '20:50 pm',
132132
},
133133
},
134134
{
135135
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',
136136
name: 'SeHee',
137137
138138
fallback: 'SS',
139-
activity: { action: 'Joined the team', activeAt: '11:34 am' },
139+
activity: { action: 'Joined the team', activeAt: '21:00 pm' },
140140
},
141141
];
142142

0 commit comments

Comments
 (0)