diff --git a/lib/pages/drive_detail/drive_detail_page.dart b/lib/pages/drive_detail/drive_detail_page.dart index 06fb51832d..1aa1e3b1d7 100644 --- a/lib/pages/drive_detail/drive_detail_page.dart +++ b/lib/pages/drive_detail/drive_detail_page.dart @@ -379,9 +379,10 @@ class _DriveDetailPageState extends State { ); }, content: _buildItem( - appLocalizationsOf(context) - .detachDrive, - ArDriveIcons.triangle()), + appLocalizationsOf(context) + .detachDrive, + ArDriveIcons.detach(), + ), ), ], child: HoverWidget( diff --git a/pubspec.lock b/pubspec.lock index aeb6483b82..8216f3c13f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index a075f39234..7186a61c46 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: