summarylogtreecommitdiffstats
path: root/icons.patch
blob: e2fd01daa2f2c432bb88948b5c2a7a1c8a35fcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
From ca50fb74a0dfe07e470514ce627745f608311d11 Mon Sep 17 00:00:00 2001
From: morguldir <morguldir@protonmail.com>
Date: Sun, 3 Nov 2019 04:35:37 +0100
Subject: [PATCH] Add icons for hideout, buy, and logout

---
 src/index.html | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/src/index.html b/src/index.html
index ea5144c..8ba2ed5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -15,13 +15,11 @@
         <div class="left">
           <div class="button" data-button="settings">
             <i  class="fas fa-cog grey"
-                title="Settings"
-              ></i>
+                title="Settings"></i>
           </div>
           <div class="button" data-button="update">
             <i  class="fas fa-sync-alt grey"
-                title="Update prices on poe.ninja"
-                ></i>
+                title="Update prices on poe.ninja"></i>
           </div>
           <div class="button" data-button="close-all">
             <i  class="fas fa-times-circle grey"
@@ -34,16 +32,16 @@
         </div>
         <div class="middle">
           <div class="button" data-button="buy">
-            <i  class="fas fa-buy grey"
-                title="Paste clipboard content to game chat." >🛒</i>
+            <i  class="fas fa-shopping-cart grey"
+                title="Paste clipboard content to game chat."></i>
           </div>
           <div class="button" data-button="hideout">
-            <i  class="fas fa-hideout grey"
-                title="Go back to your hideout." >🏕</i>
+            <i  class="fas fa-home grey"
+                title="Go back to your hideout."></i>
           </div>
           <div class="button" data-button="logout">
-            <i  class="fas fa-logout red"
-                title="Emergency! Go back to character screen." >🛑</i>
+            <i  class="fas fa-sign-out-alt red"
+                title="Emergency! Go back to character screen."></i>
           </div>
         </div>
         <div class="right">