Skip to content

Commit

Permalink
Change Shortlink for Google Color Picker #222
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Aug 4, 2024
1 parent ea5cebf commit a03fceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/layouts/settings/appearance_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ class AppearanceSettings extends StatelessWidget {
parseFunction: _parseHexColor),
InkWell(
child: Text(
"Google color ticker for HEX code: https://g.co/kgs/y9cdNg",
"Web color picker for HEX code: https://www.fffuel.co/cccolor/",
style: Theme.of(context).textTheme.bodyMedium,
textAlign: TextAlign.center,
),
onTap: () {
Linux.openWebbrowserWithSite("https://g.co/kgs/y9cdNg");
Linux.openWebbrowserWithSite("https://www.fffuel.co/cccolor/");
},
)
],
Expand Down

0 comments on commit a03fceb

Please sign in to comment.