Skip to content

Commit

Permalink
Merge pull request #1512 from ubuntu/fix/snap-description-link
Browse files Browse the repository at this point in the history
fix: link not usable on snap page description
  • Loading branch information
BLKKKBVSIK authored Nov 29, 2023
2 parents 567d8f7 + a65bb90 commit d278d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app_center/lib/src/snapd/snap_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ class _SnapView extends ConsumerWidget {
),
const SizedBox(height: kPagePadding),
MarkdownBody(
onTapLink: (text, href, title) =>
launchUrlString(href!),
data: snapModel.snap.description,
),
],
Expand Down

0 comments on commit d278d9b

Please sign in to comment.