mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
feat: adjust archived card styling (#7917)
This commit is contained in:
parent
205aeb5265
commit
141720d9b8
@ -5,7 +5,6 @@ import {
|
||||
StyledBox,
|
||||
StyledCardTitle,
|
||||
StyledDivInfo,
|
||||
StyledParagraphInfo,
|
||||
StyledProjectCardBody,
|
||||
StyledIconBox,
|
||||
StyledActions,
|
||||
@ -87,10 +86,8 @@ export const ProjectArchiveCard: FC<ProjectArchiveCardProps> = ({
|
||||
color: theme.palette.text.secondary,
|
||||
})}
|
||||
>
|
||||
<StyledParagraphInfo disabled data-loading>
|
||||
Archived
|
||||
</StyledParagraphInfo>
|
||||
<p data-loading>
|
||||
Archived:{' '}
|
||||
<TimeAgo
|
||||
minPeriod={60}
|
||||
date={
|
||||
|
Loading…
Reference in New Issue
Block a user