mirror of https://github.com/vector-im/riot-web
Merge pull request #14541 from vector-im/jryans/update-mobile-apps
Update all mobile links to match marketing sitepull/14552/head
commit
c412406956
|
@ -74,12 +74,12 @@
|
||||||
"related_applications": [
|
"related_applications": [
|
||||||
{
|
{
|
||||||
"platform": "play",
|
"platform": "play",
|
||||||
"url": "https://play.google.com/store/apps/details?id=im.vector.alpha",
|
"url": "https://play.google.com/store/apps/details?id=im.vector.app",
|
||||||
"id": "im.vector.alpha"
|
"id": "im.vector.app"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"platform": "itunes",
|
"platform": "itunes",
|
||||||
"url": "https://itunes.apple.com/gb/app/riot-open-source-team-collaboration-via-matrix/id1083446067"
|
"url": "https://apps.apple.com/app/vector/id1083446067"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,7 +78,7 @@ const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
|
||||||
<div>
|
<div>
|
||||||
<h2 id="step2_heading">Use Element on mobile</h2>
|
<h2 id="step2_heading">Use Element on mobile</h2>
|
||||||
<p><strong>iOS</strong> (iPhone or iPad)</p>
|
<p><strong>iOS</strong> (iPhone or iPad)</p>
|
||||||
<a href="https://itunes.apple.com/app/riot-im/id1083446067?mt=8" target="_blank"
|
<a href="https://apps.apple.com/app/vector/id1083446067" target="_blank"
|
||||||
className="mx_ClearDecoration">
|
className="mx_ClearDecoration">
|
||||||
<img height="48" src="themes/element/img/download/apple.svg" alt="Apple App Store" />
|
<img height="48" src="themes/element/img/download/apple.svg" alt="Apple App Store" />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -161,7 +161,7 @@ body {
|
||||||
<div>
|
<div>
|
||||||
<h2 id="step1_heading">Install the app</h2>
|
<h2 id="step1_heading">Install the app</h2>
|
||||||
<p><strong>iOS</strong> (iPhone or iPad)</p>
|
<p><strong>iOS</strong> (iPhone or iPad)</p>
|
||||||
<a href="https://itunes.apple.com/app/riot-im/id1083446067?mt=8" target="_blank" class="mx_ClearDecoration">
|
<a href="https://apps.apple.com/app/vector/id1083446067" target="_blank" class="mx_ClearDecoration">
|
||||||
<svg width="144px" height="48px" viewBox="0 0 120 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg width="144px" height="48px" viewBox="0 0 120 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<desc>Download on the App Store.</desc>
|
<desc>Download on the App Store.</desc>
|
||||||
<defs></defs>
|
<defs></defs>
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h2 id="step2_heading">Use Element on mobile</h2>
|
<h2 id="step2_heading">Use Element on mobile</h2>
|
||||||
<p><strong>iOS</strong> (iPhone or iPad)</p>
|
<p><strong>iOS</strong> (iPhone or iPad)</p>
|
||||||
<a href="https://itunes.apple.com/app/riot-im/id1083446067?mt=8" target="_blank"
|
<a href="https://apps.apple.com/app/vector/id1083446067" target="_blank"
|
||||||
class="mx_ClearDecoration">
|
class="mx_ClearDecoration">
|
||||||
<svg width="144px" height="48px" viewBox="0 0 120 40" version="1.1"
|
<svg width="144px" height="48px" viewBox="0 0 120 40" version="1.1"
|
||||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
|
Loading…
Reference in New Issue