8000 Use logoFlutterNewsRectangle in splash_page.dart · CoderJava/Flutter-News-App@9d6225c · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9d6225c

Browse files
committed
Use logoFlutterNewsRectangle in splash_page.dart
1 parent 414b0b0 commit 9d6225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feature/presentation/page/splash/splash_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SplashPage extends StatelessWidget {
1616
backgroundColor: constantColor.primaryColor500,
1717
body: Center(
1818
child: SvgPicture.asset(
19-
AssetSvg.logoFlutterNews,
19+
AssetSvg.logoFlutterNewsRectangle,
2020
width: widthScreen / 2,
2121
),
2222
),

0 commit comments

Comments
 (0)
0