Skip to content

Commit

Permalink
feat: adds link in feed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Oct 20, 2023
1 parent 0776306 commit eb55d6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rss/feed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ export default function RSSFeed({ items }: FeedProps) {
videoer
</a>
</p>

<p>
Vi har også en egen løsning med{' '}
<a href="https://www.variant.dev" rel="external noopner">
samlet innhold fra forskjellige steder
</a>{' '}
som vi anbefaler deg å sjekke ut!
</p>
</div>
<List items={items} />
</div>
Expand Down

0 comments on commit eb55d6e

Please sign in to comment.