mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
removed some hard coded testing text
This commit is contained in:
parent
fecaf5301e
commit
2a66829d24
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
<StyledText style="caption" css={{ mt: '-5px', fontWeight: '500' }}>
|
||||
{props.item.author && (
|
||||
<SpanBox css={{ mr: '8px' }}>
|
||||
{removeHTMLTags(props.item.author)} author
|
||||
{removeHTMLTags(props.item.author)}
|
||||
</SpanBox>
|
||||
)}
|
||||
<Box
|
||||
|
|
@ -107,7 +107,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
<SpanBox
|
||||
css={{ color: 'var(--colors-graySolid)' }}
|
||||
>
|
||||
{props.originText} origin
|
||||
{props.originText}
|
||||
</SpanBox>
|
||||
</StyledText>
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue