Skip to content

Commit

Permalink
TW-2085 Update app bar logo for web
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored and nqhhdev committed Oct 16, 2024
1 parent 0ec4fed commit 44f2f0e
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 1 deletion.
67 changes: 67 additions & 0 deletions assets/images/ic_twake_image_beta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions lib/resource/image_paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class ImagePaths {
static String get icShowInChat => _getImagePath('ic_show_in_chat.svg');
static String get lottieTwakeLoading => _getAssetPath('twake_loading.json');
static String get icPersonCheck => _getImagePath('ic_person_check.svg');
static String get icTwakeImageLogoBeta =>
_getImagePath('ic_twake_image_beta.svg');

static String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class _LeadingAppBarWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SvgPicture.asset(
ImagePaths.icTwakeImageLogo,
ImagePaths.icTwakeImageLogoBeta,
width: AdaptiveScaffoldAppBarStyle.sizeWidthIcTwakeImageLogo,
height: AdaptiveScaffoldAppBarStyle.sizeHeightIcTwakeImageLogo,
);
Expand Down

0 comments on commit 44f2f0e

Please sign in to comment.