Skip to content

Commit

Permalink
fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenton0212 authored and austinEng committed Aug 1, 2023
1 parent b698367 commit 914e885
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ const MainLayout: React.FunctionComponent<AppProps> = ({
<h3>Other Pages</h3>
<ul className={styles.exampleList}>
<li>
<a target="_blank" href={`${process.env.BASE_PATH || ''}/workload-simulator.html`>
<a
rel="noreferrer"
target="_blank"
href={`${
process.env.BASE_PATH || ''
}/workload-simulator.html`}
>
Workload Simulator ↗️
</a>
</li>
Expand Down

0 comments on commit 914e885

Please sign in to comment.