mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
267b47e959
commit
a5fcee6240
1 changed files with 2 additions and 35 deletions
|
|
@ -122,12 +122,6 @@ export function HighlightView(props: HighlightViewProps): JSX.Element {
|
|||
boxShadow: 'unset',
|
||||
backgroundColor: 'unset',
|
||||
},
|
||||
// '> ul li span': {
|
||||
// backgroundColor: `rgba(var(--colors-highlightBackground), ${highlightAlpha})`,
|
||||
// boxShadow: `3px 0 0 rgba(var(--colors-highlightBackground), ${highlightAlpha}), -3px 0 0 rgba(var(--colors-highlightBackground), ${highlightAlpha})`,
|
||||
// boxDecorationBreak: 'clone',
|
||||
// borderRadius: '2px',
|
||||
// },
|
||||
fontSize: '15px',
|
||||
lineHeight: 1.5,
|
||||
color: '$thTextSubtle2',
|
||||
|
|
@ -139,37 +133,10 @@ export function HighlightView(props: HighlightViewProps): JSX.Element {
|
|||
},
|
||||
}}
|
||||
>
|
||||
<p>
|
||||
Expertise Laptops, desktops and computer and PC gaming accessories
|
||||
including keyboards, mice and controllers, cameras, action cameras
|
||||
and drones Credentials
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<span>
|
||||
More than two decades experience writing about PCs and
|
||||
accessories, and 15 years writing about cameras of all kinds.
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
Apple's MacBook Air is the company's lightest, thinnest and most
|
||||
affordable laptop. The Air is regularly{' '}
|
||||
<a href="https://www.cnet.com/tech/computing/best-laptop/">
|
||||
our top recommendation
|
||||
</a>{' '}
|
||||
for anyone in need of a solid, reliable everyday laptop. And when
|
||||
Apple released the{' '}
|
||||
<a href="https://www.cnet.com/tech/computing/macbook-air-m1-hands-on-big-changes-from-apple-silicon-and-big-sur/">
|
||||
2020 MacBook Air with its first-gen M1
|
||||
</a>{' '}
|
||||
system-on-chip, the performance was as impressive as its design
|
||||
for the $999 price.
|
||||
</p>
|
||||
{/* <ReactMarkdown
|
||||
<ReactMarkdown
|
||||
children={props.highlight.quote ?? ''}
|
||||
remarkPlugins={[remarkGfm]}
|
||||
/> */}
|
||||
/>
|
||||
</SpanBox>
|
||||
</StyledQuote>
|
||||
<Box css={{ display: 'block', pt: '5px' }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue