Skip to content
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

PE-4554: Detach icon #1368

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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