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