Updated dependencies
This commit is contained in:
@ -9,7 +9,7 @@ component SettingsExtras(user *arn.User)
|
||||
h3.widget-title
|
||||
Icon("puzzle-piece")
|
||||
span Apps
|
||||
|
||||
|
||||
.widget-section
|
||||
label Chrome Extension:
|
||||
a.button(href="https://chrome.google.com/webstore/detail/anime-notifier/hajchfikckiofgilinkpifobdbiajfch", target="_blank", rel="noopener")
|
||||
@ -39,29 +39,29 @@ component SettingsExtras(user *arn.User)
|
||||
h3.widget-title
|
||||
Icon("code")
|
||||
span Developer
|
||||
|
||||
|
||||
.widget-section
|
||||
label API:
|
||||
a.button(href="/api")
|
||||
Icon("code")
|
||||
span API
|
||||
|
||||
|
||||
.widget-section
|
||||
label Git:
|
||||
a.button(href="https://git.akyoto.dev/web/notify.moe")
|
||||
a.button(href="https://git.urbach.dev/web/notify.moe")
|
||||
Icon("github")
|
||||
span Git
|
||||
|
||||
|
||||
//- PRO
|
||||
.widget.mountable(data-api="/api/settings/" + user.ID)
|
||||
h3.widget-title
|
||||
Icon("star")
|
||||
span PRO
|
||||
|
||||
|
||||
if user.IsPro()
|
||||
.widget-section
|
||||
label
|
||||
span Your PRO account expires in
|
||||
span Your PRO account expires in
|
||||
time.utc-date(datetime=user.ProExpires)
|
||||
span .
|
||||
a.button(href="/shop")
|
||||
|
Reference in New Issue
Block a user