Skip to content

Commit 8327b25

Browse files
refactor: rename wn component to match file name (#490)
1 parent 09e3295 commit 8327b25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/ui/contact_list/chat_list_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ class _ChatListScreenState extends ConsumerState<ChatListScreen> with TickerProv
423423
left: 0,
424424
right: 0,
425425
child:
426-
WnStickyHeadsUp(
426+
WnHeadsUp(
427427
title: 'No Relays Connected',
428428
subtitle: 'The app won\'t work until you add at least one.',
429429
action: InkWell(

lib/ui/core/ui/wn_heads_up.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import 'package:gap/gap.dart';
44
import 'package:whitenoise/ui/core/themes/assets.dart';
55
import 'package:whitenoise/ui/core/themes/src/app_theme.dart';
66

7-
class WnStickyHeadsUp extends StatelessWidget {
8-
const WnStickyHeadsUp({
7+
class WnHeadsUp extends StatelessWidget {
8+
const WnHeadsUp({
99
super.key,
1010
required this.title,
1111
required this.subtitle,

0 commit comments

Comments
 (0)