Skip to content

Commit 3185aa0

Browse files
minor change
1 parent 30ad0a2 commit 3185aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Pages/about_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class AboutPage extends StatelessWidget {
179179
bottomNavigationBar: Padding(
180180
padding: const EdgeInsets.only(bottom: 7),
181181
child: Text(
182-
"Made By VikiMedia &️ DJ-Yacine",
182+
"Made By VikramadityaDev &️ DJ-Yacine",
183183
textAlign: TextAlign.center,
184184
style: TextStyle(
185185
fontSize: 11,

lib/Pages/home_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class _HomePageState extends State<HomePage> {
352352
height: 300,
353353
width: 300,
354354
child: Padding(
355-
padding: const EdgeInsets.all(50),
355+
padding: const EdgeInsets.all(100),
356356
child: Lottie.asset(
357357
'assets/animations/loading.json',
358358
frameRate: FrameRate(120),

0 commit comments

Comments
 (0)