mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +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
|
@ -57,13 +57,13 @@ export const GuildNav = (props: Props) => {
|
|||
<>
|
||||
<SectionHead>
|
||||
<GoHistory />
|
||||
Recent Guilds
|
||||
Recent Servers
|
||||
<HeadLine />
|
||||
</SectionHead>
|
||||
<NavList guilds={recentGuildSlugs} />
|
||||
<SectionHead>
|
||||
<GoListUnordered />
|
||||
All Guilds
|
||||
All Servers
|
||||
<HeadLine />
|
||||
</SectionHead>
|
||||
</>
|
||||
|
|
|
@ -18,6 +18,6 @@ export const NavSlug = (props: Props) => (
|
|||
>
|
||||
{props.guild ? utils.initialsFromName(props.guild.name) : <GoOrganization />}
|
||||
</Avatar>
|
||||
<SlugName>{props.guild?.name || <>Your Guilds</>}</SlugName>
|
||||
<SlugName>{props.guild?.name || <>Your Servers</>}</SlugName>
|
||||
</SlugContainer>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue