Skip to content

Commit

Permalink
add external link icon
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Jan 9, 2025
1 parent 0443969 commit 9e6db68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/docs/content/components/VideoPlayer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ The audio description can be provided as part of the existing soundtrack, or via
<VideoPlayer.Source src="/brand/assets/example.mp4" />
<VideoPlayer.Track src="/brand/assets/example.vtt" default />
</VideoPlayer>
<Link href="#">Watch with audio description</Link>
<Stack direction="horizontal" gap={12} padding="none" alignItems="center">
<Link href="#" arrowDirection="none">
Watch with audio description
</Link>
<LinkExternalIcon size={16} />
</Stack>
</Stack>
```

Expand Down

0 comments on commit 9e6db68

Please sign in to comment.