Commit bffada10 authored by r.manan@eksad.com's avatar r.manan@eksad.com

Merge remote-tracking branch 'origin/master'

parents 29576932 94a598d8
......@@ -20,7 +20,7 @@ class Home1 extends StatelessWidget {
color: Colors.transparent,
image: DecorationImage(
image: AssetImage(
"assets/logo/homepage.png",
"assets/images/homepage.png",
),
fit: BoxFit.cover),
),
......
......@@ -19,7 +19,7 @@ class SmallHome1 extends StatelessWidget {
color: Colors.transparent,
image: DecorationImage(
image: AssetImage(
"assets/logo/homepage.png",
"assets/images/homepage.png",
),
fit: BoxFit.cover),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment