Added staff recruitment message
This commit is contained in:
parent
5284698e73
commit
a6cfd98ea8
1
images/icons/mecha.svg
Normal file
1
images/icons/mecha.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.6 KiB |
@ -164,5 +164,5 @@ func Staff(ctx *aero.Context) string {
|
||||
editors,
|
||||
}
|
||||
|
||||
return ctx.HTML(components.UserLists(userLists))
|
||||
return ctx.HTML(components.UserLists(userLists) + components.StaffRecruitment())
|
||||
}
|
||||
|
@ -21,6 +21,13 @@ component UserLists(groups []*utils.UserList)
|
||||
.mountable
|
||||
Avatar(user)
|
||||
|
||||
component StaffRecruitment
|
||||
.footer.mountable
|
||||
p
|
||||
a(href="https://github.com/animenotifier/notify.moe/blob/go/INSTALLATION.md", target="_blank", rel="noopener") Interested in contributing code?
|
||||
br
|
||||
a(href="https://discord.gg/0kimAmMCeXGXuzNF", target="_blank", rel="noopener") Interested in editing data?
|
||||
|
||||
component UsersTabs
|
||||
.tabs
|
||||
Tab("Active", "users", "/users")
|
||||
|
Loading…
Reference in New Issue
Block a user