8000 Update assets svg · CoderJava/Flutter-News-App@414b0b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 414b0b0

Browse files
committed
Update assets svg
1 parent 4285721 commit 414b0b0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Loading

lib/core/util/images.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class AssetSvg {
22
static const _iconPath = 'assets/svg';
3-
static const logoFlutterNews = '$_iconPath/logo_flutter_news.svg';
3+
static const logoFlutterNewsRounded = '$_iconPath/logo_flutter_news_rounded.svg';
4+
static const logoFlutterNewsRectangle = '$_iconPath/logo_flutter_news_rectangle.svg';
45
}

0 commit comments

Comments
 (0)
0