Skip to content

Commit

Permalink
Switch loader logo to RS logo
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcmahon committed Nov 26, 2023
1 parent fe481c2 commit 1907fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadioSpiral/ViewControllers/LoaderController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class LoaderController: BaseController {
super.setupViews()

// Logo Image
let logoImage = UIImage(named: "logo")
let logoImage = UIImage(named: "radiospiral")
let logoImageView = UIImageView(image: logoImage)
logoImageView.translatesAutoresizingMaskIntoConstraints = false

Expand Down

0 comments on commit 1907fb4

Please sign in to comment.