mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-07 21:19:07 +00:00
Changed the position of back icon
This commit is contained in:
parent
ccc9f42003
commit
41a09653d5
1 changed files with 10 additions and 10 deletions
|
@ -186,17 +186,17 @@ const ApiKeyClient = () => {
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
<div className="mt-4" >
|
|
||||||
<button
|
|
||||||
onClick={() => router.push("/dashboard")}
|
|
||||||
className="flex items-center justify-center h-10 w-10 rounded-lg bg-primary/10 hover:bg-primary/30 transition-colors"
|
|
||||||
aria-label="Back to Dashboard"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<ArrowLeft className="h-5 w-5 text-primary" />
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
<div>
|
||||||
|
<button
|
||||||
|
onClick={() => router.push("/dashboard")}
|
||||||
|
className="flex items-center justify-center h-10 w-10 rounded-lg bg-primary/10 hover:bg-primary/30 transition-colors"
|
||||||
|
aria-label="Back to Dashboard"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<ArrowLeft className="h-5 w-5 text-primary" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue