Merge pull request #73 from yaso-meth/QOL-New-Loyalty-Card-Eskom
QOL-New-Loyalty-Card-Eskom
This commit is contained in:
commit
2779c9c60f
3 changed files with 6 additions and 0 deletions
BIN
Frontend/images/loyalty_cards/eskom.png
Normal file
BIN
Frontend/images/loyalty_cards/eskom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
|
|
@ -101,6 +101,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||
);
|
||||
case "eskom":
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/eskom.png'),
|
||||
);
|
||||
default:
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
|
|
|
|||
|
|
@ -117,6 +117,7 @@ class _LoyaltyCardsState extends State<LoyaltyCards> {
|
|||
"Cotton:On",
|
||||
"Dis-Chem",
|
||||
"Edgars",
|
||||
"Eskom",
|
||||
"Fresh Stop",
|
||||
"Infinity",
|
||||
"Jet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue