mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: rename uses of "Guilds" to "Servers"
This commit is contained in:
parent
8eb4377044
commit
f86eaae5e9
4 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@ export const ServersListing = (props: ServersListingProps) => {
|
|||
<>
|
||||
<SectionHead>
|
||||
<GoHistory />
|
||||
Recent Guilds
|
||||
Recent Servers
|
||||
<Line />
|
||||
</SectionHead>
|
||||
<CardList guilds={recentGuildSlugs} />
|
||||
|
@ -48,7 +48,7 @@ export const ServersListing = (props: ServersListingProps) => {
|
|||
)}
|
||||
<SectionHead>
|
||||
<GoListUnordered />
|
||||
All Guilds
|
||||
All Servers
|
||||
<Line />
|
||||
</SectionHead>
|
||||
<CardList guilds={sortedGuildSlugs} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue