Skip to content

Commit

Permalink
Changed message of empty state for users activity
Browse files Browse the repository at this point in the history
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
  • Loading branch information
nishad-ayanworks committed Aug 10, 2023
1 parent e9da903 commit bb3982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User/UserDashBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const UserDashBoard = () => {

</ol>
: activityList && (<EmptyListMessage
message={'No Organization'}
message={'No Users activity'}
description={'Get started by creating a new Organization'}
svgComponent={<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="none" viewBox="0 0 24 24">
<path fill="#fff" d="M21.89 9.89h-7.78V2.11a2.11 2.11 0 1 0-4.22 0v7.78H2.11a2.11 2.11 0 1 0 0 4.22h7.78v7.78a2.11 2.11 0 1 0 4.22 0v-7.78h7.78a2.11 2.11 0 1 0 0-4.22Z" />
Expand Down

0 comments on commit bb3982d

Please sign in to comment.