Skip to content

Commit

Permalink
chore(app top bar): reverts unnecessary changes PE-5254
Browse files Browse the repository at this point in the history
  • Loading branch information
matibat committed Jan 5, 2024
1 parent a35214b commit 6873b92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/components/app_top_bar.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// implement a widget that has 145 of height and maximum widget, and has a row as child
import 'package:ardrive/blocs/blocs.dart';
import 'package:ardrive/blocs/sync/sync_cubit.dart';
import 'package:ardrive/components/profile_card.dart';
import 'package:ardrive/gift/reedem_button.dart';
import 'package:ardrive/pages/drive_detail/components/dropdown_item.dart';
Expand All @@ -24,7 +23,6 @@ class AppTopBar extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
SizedBox(width: 24),
SyncButton(),
SizedBox(width: 24),
RedeemButton(),
Expand Down

0 comments on commit 6873b92

Please sign in to comment.