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 9c7e80a commit 8fbb4ffCopy full SHA for 8fbb4ff
src/App.tsx
@@ -120,7 +120,7 @@ function App() {
120
<div className="bottom-0 h-[6vh] w-full fixed text-center text-sm select-none">
121
<div className="flex items-center justify-center flex-col">
122
<span>NOT AN OFFICIAL APP. TRADEMARK OWNED BY CD PROJEKT S.A.</span>
123
- <a className="text-cyber-red-menu w-fit hover:text-cyber-blue-darker" href="https://github.com/mpuow/2077-Hacking-Minigame">Github</a>
+ <a className="text-cyber-red-menu w-fit hover:text-cyber-blue-darker" href="https://github.com/mpuow/2077-Hacking-Minigame" target="_blank">Github</a>
124
</div>
125
126
</>
0 commit comments