Skip to content

Commit

Permalink
Remove #radkultur from home view - Closes: #616
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMatthes committed Jun 25, 2024
1 parent 11b4b21 commit 2b192b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/home/views/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -432,15 +432,6 @@ class HomeViewState extends State<HomeView> with WidgetsBindingObserver, RouteAw
child: WikiView(),
),
const VSpace(),
BlendIn(
delay: const Duration(milliseconds: 1500),
child: BoldSmall(
text: "#radkultur hamburg",
context: context,
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
),
const VSpace(),
const SizedBox(height: 32),
],
),
Expand Down

0 comments on commit 2b192b4

Please sign in to comment.