completionId: cgen-b688debb29e0499b8609befb7e143d26
cgen-b688debb29e0499b8609befb7e143d26
This commit is contained in:
parent
60634ecd01
commit
596f13a0a4
1 changed files with 2 additions and 2 deletions
|
|
@ -8,10 +8,10 @@ export default function DevLinkProfiles() {
|
||||||
<div className="relative w-full h-full">
|
<div className="relative w-full h-full">
|
||||||
{/* Back Button */}
|
{/* Back Button */}
|
||||||
<button
|
<button
|
||||||
onClick={() => navigate("/dev-link")}
|
onClick={() => navigate("/")}
|
||||||
className="absolute top-4 left-4 z-10 px-4 py-2 rounded-lg bg-cyan-500/20 border border-cyan-400/60 text-cyan-300 hover:bg-cyan-500/30 transition flex items-center gap-2"
|
className="absolute top-4 left-4 z-10 px-4 py-2 rounded-lg bg-cyan-500/20 border border-cyan-400/60 text-cyan-300 hover:bg-cyan-500/30 transition flex items-center gap-2"
|
||||||
>
|
>
|
||||||
← Back to Dev-Link
|
← Back to AeThex.Dev
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{/* Fullscreen iframe */}
|
{/* Fullscreen iframe */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue