diff LazyBear/Views/Search/SearchView.swift @ 428:8c58ce834d95

Bug fixes and change assets
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 18 Jun 2021 12:43:17 +0200
parents 5f21f7c23c5e
children c78d5b5b3bda
line wrap: on
line diff
--- a/LazyBear/Views/Search/SearchView.swift	Wed Jun 16 13:46:40 2021 +0200
+++ b/LazyBear/Views/Search/SearchView.swift	Fri Jun 18 12:43:17 2021 +0200
@@ -20,7 +20,7 @@
                     CompanyList(searchResult: search.data)
                 } else {
                     VStack(alignment: .center) {
-                        Image("bearSleeping")
+                        Image("suitBear")
                             .resizable()
                             .scaledToFit()
                         
@@ -30,7 +30,7 @@
                             .multilineTextAlignment(.center)
                             .padding(.bottom)
                         
-                        Text("Use the search bar to find your favourite company. Type the stock symbol or name, we'll find it!")
+                        Text("Use the search bar to find your favourite company. Type the stock symbol or name, I'll find it")
                             .multilineTextAlignment(.center)
                     }
                     .padding(.horizontal)