File tree 1 file changed +10
-4
lines changed
Source/SmartHotel360.Website/ClientApp/src/components
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,19 @@ class Home extends Component {
21
21
< div className = 'sh-hero-title' > The future of intelligent hospitality and connected workplace</ div >
22
22
< ul className = 'sh-hero-buttons' >
23
23
< li className = 'sh-hero-button' >
24
- < div className = 'sh-hero-download_app sh-hero-download_app--win' > </ div >
24
+ < a href = "https://aka.ms/smarthotel360uwp" >
25
+ < div className = 'sh-hero-download_app sh-hero-download_app--win' > </ div >
26
+ </ a >
25
27
</ li >
26
28
< li className = 'sh-hero-button' >
27
- < div className = 'sh-hero-download_app sh-hero-download_app--apple' > </ div >
29
+ < a href = "https://aka.ms/smarthotel360ios" >
30
+ < div className = 'sh-hero-download_app sh-hero-download_app--apple' > </ div >
31
+ </ a >
28
32
</ li >
29
33
< li className = 'sh-hero-button' >
30
- < div className = 'sh-hero-download_app sh-hero-download_app--google' > </ div >
34
+ < a href = "https://aka.ms/smarthotel360android" >
35
+ < div className = 'sh-hero-download_app sh-hero-download_app--google' > </ div >
36
+ </ a >
31
37
</ li >
32
38
</ ul >
33
39
</ div >
@@ -88,7 +94,7 @@ class Home extends Component {
88
94
< span className = 'sh-home-label' > For Business travelers</ span >
89
95
< span className = 'sh-home-title' > Smart Conference Room</ span >
90
96
< ConferenceRoomsFeatures />
91
-
97
+
92
98
< section className = 'sh-smartphone' >
93
99
< div className = 'sh-smartphone-wrapper' >
94
100
< h2 className = 'sh-smartphone-title' > Discover the full smart experience with your smartphone</ h2 >
You can’t perform that action at this time.
0 commit comments