Skip to content

Commit dc035ac

Browse files
committed
fix: remove EAP links from navbar
1 parent ee10a1f commit dc035ac

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/components/Navbar/index.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -332,20 +332,6 @@ function Navbar(props: Props) {
332332
>
333333
{strings.userMenuCreateEarlyActionFieldReport}
334334
</DropdownMenuItem>
335-
<DropdownMenuItem
336-
type="link"
337-
to={undefined}
338-
variant="secondary"
339-
>
340-
{strings.userMenuSubmitEAPActivation}
341-
</DropdownMenuItem>
342-
<DropdownMenuItem
343-
type="link"
344-
to={undefined}
345-
variant="secondary"
346-
>
347-
{strings.userMenuSubmitEAPFinalReport}
348-
</DropdownMenuItem>
349335
<DropdownMenuItem
350336
type="link"
351337
to="flashUpdateFormNew"

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig(({ mode }) => {
3434
svgr(),
3535
reactSwc(),
3636
tsconfigPaths(),
37-
// webfontDownload(),
37+
webfontDownload(),
3838
validateEnv(envConfig),
3939
isProd ? compression() : undefined,
4040
isProd ? visualizer({ sourcemap: true }) : undefined,

0 commit comments

Comments
 (0)