Skip to content

Commit

Permalink
Merge pull request #101 from SE-TINF22B6/seitencoockie
Browse files Browse the repository at this point in the history
Changed links
  • Loading branch information
tech-n1c committed Jun 6, 2024
2 parents 9948998 + 1eed068 commit 4942eb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend2shine/app/(games)/games/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function Games() {
</SessionProvider>
</div>
<div className="text-center" data-aos="fade-up" data-aos-delay="600">
<a className="btn text-gray-400 hover:text-purple-700" href="#">Learn more</a>
<a className="btn text-gray-400 hover:text-purple-700" href="/games/snake">Learn more</a>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion frontend2shine/app/(games)/games/roehrigclicker/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {BlackJackRedirect} from "@/components/blackjack-redirect";
import {SessionProvider} from "next-auth/react";
import {Helmet} from "react-helmet";
import React from "react";
import {RoehrigRedirect} from "@/components/roehrig-redirect";

export default function BlackjackPage() {
return (
Expand All @@ -23,7 +24,7 @@ export default function BlackjackPage() {
<div className="max-w-xs mx-auto sm:max-w-none sm:flex sm:justify-center">
<div data-aos="fade-up" data-aos-delay="400">
<SessionProvider>
<BlackJackRedirect/>
<RoehrigRedirect/>
</SessionProvider>
</div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions frontend2shine/app/(games)/games/snake/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {BlackJackRedirect} from "@/components/blackjack-redirect";
import {SessionProvider} from "next-auth/react";
import {Helmet} from "react-helmet";
import React from "react";
import {SnakeRedirect} from "@/components/snake-redirect";

export default function BlackjackPage() {
return (
Expand All @@ -24,7 +25,7 @@ export default function BlackjackPage() {
<div className="max-w-xs mx-auto sm:max-w-none sm:flex sm:justify-center">
<div data-aos="fade-up" data-aos-delay="400">
<SessionProvider>
<BlackJackRedirect/>
<SnakeRedirect/>
</SessionProvider>
</div>
</div>
Expand All @@ -46,8 +47,8 @@ export default function BlackjackPage() {
zu geben!</p>

<p style={{color: 'rgb(147 51 234)', fontSize: `35px`}}>4. Steuerung:</p>
<p>Linke Hälfte der Schlange (wasd): Steuere die Schlange nach oben, unten, links und rechts.</p>
<p>Rechte Hälfte der Schlange (ihjk): Steuere den rechten Teil deiner Schlange.</p>
<p>Linke Hälfte der Schlange (WASD): Steuere die Schlange nach oben, unten, links und rechts.</p>
<p>Rechte Hälfte der Schlange (IJKL): Steuere den rechten Teil deiner Schlange.</p>



Expand Down

0 comments on commit 4942eb2

Please sign in to comment.