Skip to content

Commit

Permalink
Merge pull request #1368 from ardriveapp/PE-4554_detach_icon
Browse files Browse the repository at this point in the history
PE-4554: Detach icon
  • Loading branch information
matibat authored Sep 21, 2023
2 parents ecb2615 + 6b6f441 commit c1236e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions lib/pages/drive_detail/drive_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,10 @@ class _DriveDetailPageState extends State<DriveDetailPage> {
);
},
content: _buildItem(
appLocalizationsOf(context)
.detachDrive,
ArDriveIcons.triangle()),
appLocalizationsOf(context)
.detachDrive,
ArDriveIcons.detach(),
),
),
],
child: HoverWidget(
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.9.1"
resolved-ref: c240bab3c61efec613832ce5636226aff2a18d63
ref: "v1.9.2"
resolved-ref: f8fb1bf502541e46caeb6e7e6270e2c488d7e126
url: "https://github.com/ar-io/ardrive_ui.git"
source: git
version: "1.9.1"
version: "1.9.2"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
ardrive_ui:
git:
url: https://github.com/ar-io/ardrive_ui.git
ref: v1.9.1
ref: v1.9.2
artemis: ^7.0.0-beta.13
arweave:
git:
Expand Down

0 comments on commit c1236e4

Please sign in to comment.