Skip to content

Commit

Permalink
added x.com icon
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Jun 3, 2024
1 parent 5031117 commit 8b888dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/interface/data/hosts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ final Map<IconData, List<String>> hostIcons = {
FontAwesomeIcons.dropbox: ['dl.dropboxusercontent.com'],
FontAwesomeIcons.facebookF: ['.fbcdn.net'],
FontAwesomeIcons.twitter: ['.twimg.com', 'twitter.com'],
FontAwesomeIcons.xTwitter: ['x.com'],
FontAwesomeIcons.redditAlien: ['reddit.com', 'i.redd.it'],
FontAwesomeIcons.deviantart: ['.deviantart.com', '.deviantart.net'],
FontAwesomeIcons.paw: ['furaffinity.net'],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
flutter_sub_provider: ^3.0.0
flutter_staggered_grid_view: ^0.7.0
flutter_typeahead: ^5.1.0
font_awesome_flutter: ^10.5.0
font_awesome_flutter: ^10.7.0
grouped_list: ^5.1.2
infinite_scroll_pagination: ^4.0.0
keyboard_dismisser: ^3.0.0
Expand Down

0 comments on commit 8b888dd

Please sign in to comment.