Merge pull request #15002 from luki-ev/move-to-element-on-fdroid
Link to Element in F-Droid as well
This commit is contained in:
@@ -87,7 +87,7 @@ const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
|
|||||||
className="mx_ClearDecoration">
|
className="mx_ClearDecoration">
|
||||||
<img height="48" src="themes/element/img/download/google.svg" alt="Google Play Store" />
|
<img height="48" src="themes/element/img/download/google.svg" alt="Google Play Store" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" target="_blank"
|
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.app" target="_blank"
|
||||||
className="mx_ClearDecoration">
|
className="mx_ClearDecoration">
|
||||||
<img height="48" src="themes/element/img/download/fdroid.svg" alt="F-Droid" />
|
<img height="48" src="themes/element/img/download/fdroid.svg" alt="F-Droid" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ body {
|
|||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" target="_blank" class="mx_ClearDecoration">
|
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.app" target="_blank" class="mx_ClearDecoration">
|
||||||
<svg width="164px" height="48px" viewBox="0 0 157 46" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg width="164px" height="48px" viewBox="0 0 157 46" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<desc>Get it on F-Droid.</desc>
|
<desc>Get it on F-Droid.</desc>
|
||||||
<defs>
|
<defs>
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" target="_blank"
|
<a href="https://f-droid.org/repository/browse/?fdid=im.vector.app" target="_blank"
|
||||||
class="mx_ClearDecoration">
|
class="mx_ClearDecoration">
|
||||||
<svg width="164px" height="48px" viewBox="0 0 157 46" version="1.1"
|
<svg width="164px" height="48px" viewBox="0 0 157 46" 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user