-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Move about link and fix broken link #984
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #984 +/- ##
==========================================
+ Coverage 89.14% 89.16% +0.02%
==========================================
Files 110 110
Lines 7515 7515
==========================================
+ Hits 6699 6701 +2
+ Misses 637 635 -2
Partials 179 179 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good approach. Just one minor concern about l10n.
gui/packages/ubuntupro/lib/pages/subscribe_now/subscribe_now_page.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏽
Updates all screenshots that feature the Flutter app to the current design. *This is based on the open PR #984 for the most recent design.* --- UDENG-5426
Moves the About Ubuntu Pro button functionality to a Learn More link in the above copy. Also fixes the issue of the link not opening.
UDENG-5282