Skip to content

Commit

Permalink
TargetBlankLink is part of the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Jun 15, 2024
1 parent 570bfaf commit e2f023d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/website/src/app/demos/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import {Slogan} from '@/styled-components'

import Link from 'next/link'
import TargetBlankLink from '@/components/TargetBlankLink'

import items from './items'
import {description} from './seo'
Expand Down Expand Up @@ -36,6 +37,12 @@ const ListItems = () => {
</Title>

<p>Technologies: {item.stack.join(', ')}</p>
<TargetBlankLink
href={item.github}
hoverIsActive={true}
title="Source code preview"
text="Source code preview"
/>
</ListItem>
))

Expand Down

0 comments on commit e2f023d

Please sign in to comment.