Skip to content

Commit

Permalink
Update image assets (#8)
Browse files Browse the repository at this point in the history
* Updated image assets

* Changed dark banner color to 1A2322
  • Loading branch information
thecodepapaya authored and aashutoshrathi committed Sep 2, 2019
1 parent 49aa82b commit c34e80c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added assets/images/banner_dark.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/banner_dark.png
Binary file not shown.
Binary file added assets/images/banner_light.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/banner_light.png
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/utils/devfest.dart
Expand Up @@ -33,8 +33,8 @@ class Devfest {

//* Images
static const String home_img = "assets/images/home_img.jpeg";
static const String banner_light = "assets/images/banner_light.png";
static const String banner_dark = "assets/images/banner_dark.png";
static const String banner_light = "assets/images/banner_light.jpg";
static const String banner_dark = "assets/images/banner_dark.jpg";

//* Texts
static const String welcomeText = "DevFest Gandhinagar 2019";
Expand Down

0 comments on commit c34e80c

Please sign in to comment.