Skip to content

Commit

Permalink
Update snap_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKKKBVSIK committed Nov 29, 2023
1 parent 94ac79c commit a65bb90
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 a65bb90

Please sign in to comment.