diff --git a/pages/settings/settings.pixy b/pages/settings/settings.pixy index a42106e2..6ff711ed 100644 --- a/pages/settings/settings.pixy +++ b/pages/settings/settings.pixy @@ -70,10 +70,10 @@ component SettingsApps(user *arn.User) span Get the Chrome Extension .widget-section - label Desktop App: - button.action(data-action="installApp", data-trigger="click") - Icon("desktop") - span Get the Desktop App + label Firefox Extension: + a.button(href="https://addons.mozilla.org/en-US/firefox/addon/anime-notifier/", target="_blank", rel="nofollow") + Icon("firefox") + span Get the Firefox Extension .widget-section label Android App: @@ -81,6 +81,12 @@ component SettingsApps(user *arn.User) Icon("android") span Get the Android App + .widget-section + label Desktop App: + button.action(data-action="installApp", data-trigger="click") + Icon("desktop") + span Get the Desktop App + component SettingsAvatar(user *arn.User) SettingsTabs