We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756046 commit 27d0fa9Copy full SHA for 27d0fa9
src/App.tsx
@@ -5,7 +5,7 @@ function App() {
5
return (
6
<>
7
<h1>Hello World!</h1>
8
- <a href="enemyGenerator/index.html" target="_blank" rel="noopener noreferrer">Enemy Generator</a>
+ <a href="enemyGenerator/" target="_blank" rel="noopener noreferrer">Enemy Generator</a>
9
</>
10
)
11
}
0 commit comments