This commit is contained in:
Patrick Alvin Alcala 2025-02-26 13:45:41 +08:00
parent 6c5742b596
commit 06b853b2ca
18 changed files with 147 additions and 149 deletions

View file

@ -34,7 +34,7 @@ class IndexPage extends StatelessWidget {
const Gap(32),
Padding(
padding: const EdgeInsets.fromLTRB(0, 0, 38, 0),
child: Image.asset('assets/ph_logo2.webp',
child: Image.asset('assets/ph_logo.webp',
width: 192, cacheWidth: (192 * MediaQuery.of(context).devicePixelRatio).round()),
),
const Gap(64),