Skip to content

Commit 8fbb4ff

Browse files
committed
minor style change 3
1 parent 9c7e80a commit 8fbb4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function App() {
120120
<div className="bottom-0 h-[6vh] w-full fixed text-center text-sm select-none">
121121
<div className="flex items-center justify-center flex-col">
122122
<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>
123+
<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>
124124
</div>
125125
</div>
126126
</>

0 commit comments

Comments
 (0)