Added android app link
This commit is contained in:
parent
273d876758
commit
bfe436f947
@ -93,7 +93,7 @@ component Settings(user *arn.User)
|
|||||||
.widget.mountable
|
.widget.mountable
|
||||||
h3.widget-title
|
h3.widget-title
|
||||||
Icon("puzzle-piece")
|
Icon("puzzle-piece")
|
||||||
span Extensions
|
span Apps
|
||||||
|
|
||||||
.widget-input
|
.widget-input
|
||||||
label Chrome Extension:
|
label Chrome Extension:
|
||||||
@ -101,6 +101,12 @@ component Settings(user *arn.User)
|
|||||||
Icon("chrome")
|
Icon("chrome")
|
||||||
span Get the Chrome Extension
|
span Get the Chrome Extension
|
||||||
|
|
||||||
|
.widget-input
|
||||||
|
label Android App:
|
||||||
|
a.button(href="https://www.youtube.com/watch?v=opyt4cw0ep8", target="_blank", rel="noopener")
|
||||||
|
Icon("android")
|
||||||
|
span Get the Android App
|
||||||
|
|
||||||
//- .widget.mountable(data-api="/api/settings/" + user.ID)
|
//- .widget.mountable(data-api="/api/settings/" + user.ID)
|
||||||
//- h3.widget-title
|
//- h3.widget-title
|
||||||
//- Icon("cogs")
|
//- Icon("cogs")
|
||||||
|
Loading…
Reference in New Issue
Block a user