File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/tdb-dashboard/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const UserMenu = ({organization}) => {
4646 < Button size = "sm" className = "bg-transparent border-0" >
4747 { clientUser . email }
4848 </ Button >
49- < Dropdown . Toggle split className = "bg-transparent border-0" variant = "info" id = "profile_menu_arrow" >
49+ < Dropdown . Toggle split className = "bg-transparent border-0" id = "profile_menu_arrow" >
5050 </ Dropdown . Toggle >
5151 < Dropdown . Menu >
5252 { clientUser . user === "admin" && < Dropdown . Item >
@@ -76,7 +76,7 @@ export const UserMenu = ({organization}) => {
7676 className = "nav__main__profile__img"
7777 width = "50" />
7878 </ Button >
79- < Dropdown . Toggle split className = "bg-transparent border-0" vairant = "info" id = "profile_menu_arrow" >
79+ < Dropdown . Toggle split className = "bg-transparent border-0" id = "profile_menu_arrow" >
8080 </ Dropdown . Toggle >
8181 < Dropdown . Menu >
8282 { organization && < Dropdown . Item >
You can’t perform that action at this time.
0 commit comments