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")
|
||||
|
@ -23,7 +23,7 @@ component ProUsers(users []*arn.User, url string)
|
||||
.user-cards
|
||||
each user in users
|
||||
UserCard(user, "until " + user.ProExpires[:10])
|
||||
|
||||
|
||||
footer.footer.mountable
|
||||
p We are thankful to everyone supporting the site!
|
||||
|
||||
@ -41,7 +41,7 @@ component UserLists(groups []*utils.UserList, url string)
|
||||
component StaffRecruitment
|
||||
footer.footer.mountable
|
||||
p
|
||||
a(href="https://git.akyoto.dev/web/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code?
|
||||
a(href="https://git.urbach.dev/web/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code?
|
||||
br
|
||||
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?
|
||||
|
||||
|
Reference in New Issue
Block a user