add paynym bot image background

This commit is contained in:
julian 2023-01-31 11:35:58 -06:00
parent e0dbdfc5b8
commit 95ff076d3d
4 changed files with 3 additions and 1 deletions

BIN
assets/images/unclaimed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB

View file

@ -117,7 +117,7 @@ class _PaynymClaimViewState extends ConsumerState<PaynymClaimView> {
),
Image(
image: AssetImage(
Assets.png.stack,
Assets.png.unclaimedPaynym,
),
width: MediaQuery.of(context).size.width / 2,
),

View file

@ -264,6 +264,7 @@ class _PNG {
const _PNG();
String get stack => "assets/images/stack.png";
String get unclaimedPaynym => "assets/images/unclaimed.png";
String get splash => "assets/images/splash.png";
String get monero => "assets/images/monero.png";

View file

@ -205,6 +205,7 @@ flutter:
- assets/svg/circle-check.svg
- assets/svg/clipboard.svg
- assets/images/stack.png
- assets/images/unclaimed.png
- assets/images/monero.png
- assets/images/wownero.png
- assets/images/firo.png