Skip to content

Commit

Permalink
add prism logo
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed Sep 26, 2023
1 parent 683e06b commit cf5b296
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Flag from '../svgs/flag-fill.svg'
import ImageIcon from '../svgs/image-fill.svg'
import { numWithUnits } from '../lib/format'
import ItemInfo from './item-info'
import Prism from '../svgs/prism.svg'
import { commentsViewedAt } from '../lib/new-comments'
import { useRouter } from 'next/router'
import { Badge } from 'react-bootstrap'
Expand Down Expand Up @@ -68,6 +69,7 @@ export default function Item ({ item, rank, belowTitle, right, full, children, s
<BountyIcon className={`${styles.bountyIcon} ${item.bountyPaidTo?.length ? 'fill-success' : 'fill-grey'}`} height={16} width={16} />
</ActionTooltip>
</span>}
{item.forwards?.length > 0 && <span className={styles.icon}><Prism className='fill-grey ms-1' height={14} width={14} /></span>}
{image && <span className={styles.icon}><ImageIcon className='fill-grey ms-2' height={16} width={16} /></span>}
</Link>
{item.url && !image &&
Expand Down
3 changes: 3 additions & 0 deletions svgs/prism.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf5b296

Please sign in to comment.