gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 13/24: Exchange icon


From: gnunet
Subject: [taler-taler-ios] 13/24: Exchange icon
Date: Tue, 05 Dec 2023 16:26:09 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 957c7eea7422f7f0b41c611058eb04aa5e2c4921
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Dec 1 21:35:47 2023 +0100

    Exchange icon
---
 TalerWallet1/Views/Main/MainView.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Main/MainView.swift 
b/TalerWallet1/Views/Main/MainView.swift
index 839b546..43c6906 100644
--- a/TalerWallet1/Views/Main/MainView.swift
+++ b/TalerWallet1/Views/Main/MainView.swift
@@ -146,7 +146,7 @@ extension MainView {
                                              hamburgerAction: hamburgerAction)
                                      )),
             SidebarItem(name: exchangesTitle,
-                    sysImage: "building.columns",
+                    sysImage: "arrow.triangle.2.circlepath",
                         view: AnyView(ExchangeListView(stack: 
stack.push(exchangesTitle),
 //                                                    balances: $balances,
                                                     navTitle: exchangesTitle,
@@ -201,7 +201,7 @@ extension MainView {
                                   navTitle: exchangesTitle)
                 }.navigationViewStyle(.stack)
                 .tabItem {
-                    Image(systemName: "building.columns")
+                    Image(systemName: "arrow.triangle.2.circlepath")
                         .accessibilityLabel(exchangesTitle)
                     if !iconOnly { Text(exchangesTitle) }
                 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]