mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
fix: add a space (#5560)
This commit is contained in:
parent
49100f2fe9
commit
a52cd88223
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ const SettingsPageRenderer = (props: {
|
|||
<CardHeader>
|
||||
<CardTitle>Organization Name</CardTitle>
|
||||
<CardDescription>
|
||||
Changing the name of your organization will
|
||||
Changing the name of your organization will{' '}
|
||||
<span className="font-bold">not</span> change the slug of your organization URL,
|
||||
and will <span className="font-bold">not</span> invalidate any existing links to
|
||||
your organization.
|
||||
|
|
|
|||
Loading…
Reference in a new issue