Skip to content

Commit

Permalink
rename ltc variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirmorrison authored and dreacot committed Sep 25, 2023
1 parent 9261d8f commit 8370870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ui/cryptomaterial/icon_gallery.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Icons struct {
ChevronExpand, ChevronCollapse, ChevronLeft, MixedTxIcon, UnmixedTxIcon, MixerIcon, NotSynced, ConcealIcon,
RevealIcon, InfoAction, LightMode, DarkMode, AddIcon, ChevronRight, AddExchange, FlypMeIcon, ChangellyIcon,
SimpleSwapIcon, SwapzoneIcon, ShapeShiftIcon, GodexIcon, CoinSwitchIcon, ChangeNowIcon, CaretUp, CaretDown,
LTBackground, LTGroupIcon, DCRBackground, DCRGroupIcon, BTCBackground, BTCGroupIcon *Image
LTCBackground, LTCGroupIcon, DCRBackground, DCRGroupIcon, BTCBackground, BTCGroupIcon *Image

NewStakeIcon,
TicketImmatureIcon,
Expand Down Expand Up @@ -152,8 +152,8 @@ func (i *Icons) DefaultIcons() *Icons {

i.DCRBackground = NewImage(decredIcons["dcrBkgImage"])
i.DCRGroupIcon = NewImage(decredIcons["dcrGroupImage"])
i.LTBackground = NewImage(decredIcons["ltBkgImage"])
i.LTGroupIcon = NewImage(decredIcons["ltGroupImage"])
i.LTCBackground = NewImage(decredIcons["ltBkgImage"])
i.LTCGroupIcon = NewImage(decredIcons["ltGroupImage"])
i.BTCBackground = NewImage(decredIcons["btcBkgImage"])
i.BTCGroupIcon = NewImage(decredIcons["btcGroupIcon"])
/* End - Asset types Icons */
Expand Down
4 changes: 2 additions & 2 deletions ui/page/root/overview_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ func (pg *OverviewPage) supportedCoinSliderLayout(gtx C) D {
Title: "Litecoin",
MainText: "50000.199 LTC",
SubText: "$9000",
Image: pg.Theme.Icons.LTGroupIcon,
BackgroundImage: pg.Theme.Icons.LTBackground,
Image: pg.Theme.Icons.LTCGroupIcon,
BackgroundImage: pg.Theme.Icons.LTCBackground,
}
btc := supportedCoinSliderItem{
Title: "Bitcoin",
Expand Down

0 comments on commit 8370870

Please sign in to comment.