mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 21:15:50 +00:00
updated
This commit is contained in:
@@ -59,6 +59,7 @@ const CommunityBannerCard = ({
|
||||
right={-2}
|
||||
pe={3}
|
||||
colorScheme="green"
|
||||
variant='solid'
|
||||
>
|
||||
Active
|
||||
</Badge>
|
||||
@@ -69,6 +70,7 @@ const CommunityBannerCard = ({
|
||||
right={-2}
|
||||
pe={3}
|
||||
colorScheme="red"
|
||||
variant='solid'
|
||||
>
|
||||
Inactive
|
||||
</Badge>
|
||||
@@ -173,7 +175,7 @@ const CommunityBannerCard = ({
|
||||
position: "absolute",
|
||||
bottom: 4,
|
||||
right: 10,
|
||||
opacity: 0.5,
|
||||
opacity: 1,
|
||||
}}
|
||||
>
|
||||
{formatDate(createdAt)}
|
||||
|
||||
Reference in New Issue
Block a user