Skip to content

Commit

Permalink
chore(tauri): add missing link icon (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
doums authored Jan 23, 2025
1 parent dfc7655 commit dd29aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nym-vpn-app/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions nym-vpn-app/src/screens/home/ModeDetailsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function ModeDetailsDialog({ isOpen, onClose }: Props) {
text={t('modes-dialog.link')}
url={ModesDetailsArticle}
className="mb-1"
icon
/>
<Button onClick={onClose} className="mt-2">
<span className="text-base text-black dark:text-baltic-sea">
Expand Down

0 comments on commit dd29aa7

Please sign in to comment.