Skip to content

Commit 5170e34

Browse files
committed
2 parents e76bb4e + a07af01 commit 5170e34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/page/setting/about_page/easter_egg_page.dart

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ class _EasterEggPageState extends State<EasterEggPage> {
6666
),
6767
textAlign: TextAlign.center,
6868
),
69+
const SizedBox(height: 24),
70+
Image.asset("assets/art/pda_girl_default.png"),
6971
]
7072
.toColumn(crossAxisAlignment: CrossAxisAlignment.center)
7173
.scrollable()

0 commit comments

Comments
 (0)