File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 </ pzsh-topbar >
1313 < pzsh-menu class ="position-fixed z-3 " data-testid ="user-options ">
1414 < div slot ="actions ">
15- < pzsh-menu-action >
16- < a class ="text-reset text-decoration-none d-flex align-items-center " data-testid ="support-page-url " href ="{{ url() }} " target ="_blank ">
17- < pzsh-icon class ="pe-1 " name ="question-circle "> </ pzsh-icon >
18- {{ "HELP" | translate }}
19- </ a >
15+ < pzsh-menu-action href ="{{ url() }} " target ="_blank " data-testid ="support-page-url ">
16+ < pzsh-icon class ="pe-1 " name ="question-circle "> </ pzsh-icon >
17+ {{ "HELP" | translate }}
2018 </ pzsh-menu-action >
2119 < pzsh-menu-dropdown href ="# ">
2220 < div slot ="toggle ">
2523 </ div >
2624 < div slot ="items ">
2725 < pzsh-menu-dropdown-item href ="# ">
28- < button class ="bg-transparent border-0 p-0 shadow-none text-reset d-inline-flex align-items-center " (click) ="handleLogout() " data-testid ="logout ">
26+ < button class ="bg-transparent border-0 p-0 shadow-none text-reset d-inline-flex align-items-center "
27+ (click) ="handleLogout() " data-testid ="logout ">
2928 < pzsh-icon name ="sign-out-alt "> </ pzsh-icon >
3029 {{ "LOGOUT" | translate }}
3130 </ button >
You can’t perform that action at this time.
0 commit comments