chore: switch to double quotes
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -19,8 +19,8 @@ To use MyGroupsSidebarItem you'll need to add it to your `Root.tsx` like this:
|
||||
//...
|
||||
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
|
||||
+ <MyGroupsSidebarItem
|
||||
+ singularTitle='My Squad'
|
||||
+ pluralTitle='My Squads'
|
||||
+ singularTitle="My Squad"
|
||||
+ pluralTitle="My Squads"
|
||||
+ icon={GroupIcon}
|
||||
+ />
|
||||
//...
|
||||
|
||||
@@ -36,8 +36,8 @@ To use the MyGroupsSidebarItem you'll need to add it to your `Root.tsx` - found
|
||||
//...
|
||||
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
|
||||
+ <MyGroupsSidebarItem
|
||||
+ singularTitle='My Squad'
|
||||
+ pluralTitle='My Squads'
|
||||
+ singularTitle="My Squad"
|
||||
+ pluralTitle="My Squads"
|
||||
+ icon={GroupIcon}
|
||||
+ />
|
||||
//...
|
||||
|
||||
Reference in New Issue
Block a user