File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import jwtLogoString from "@/public/img/jwt-logo.svg?raw";
7
7
import jwtSymbolString from "@/public/img/jwt-symbol.svg?raw" ;
8
8
import jwtWordmarkString from "@/public/img/jwt-wordmark.svg?raw" ;
9
9
import { Button } from "react-aria-components" ;
10
+ import { a } from "vitest/dist/suite-dWqIFb_-.js" ;
10
11
11
12
interface ContextMenuProps {
12
13
dictionary : BrandDictionaryModel ;
@@ -87,6 +88,10 @@ const ContextMenu: FC<ContextMenuProps> = ({
87
88
{ dictionary . menu . brand . wordmark . downloadLabel }
88
89
</ a >
89
90
</ div >
91
+ < div className = { styles . groupLabel } > { dictionary . menu . tools . label } </ div >
92
+ { dictionary . menu . tools . items . map ( ( el ) => (
93
+ < a className = { styles . menuItem } key = { el . url } href = { el . url } > { el . label } </ a >
94
+ ) ) }
90
95
</ div >
91
96
) ;
92
97
} ;
You can’t perform that action at this time.
0 commit comments