Skip to content

Commit

Permalink
Repositioned back button at right bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Utsavladia committed Jul 1, 2024
1 parent b766866 commit a4a0cfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/aboutus/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ export default function Home() {
];
return (
<NextUIProvider>
<AnimatedCursor
innerSize={8}
outerSize={35}
innerScale={1}
outerScale={2}
color="194, 198, 204"
<AnimatedCursor
innerSize={8}
outerSize={35}
innerScale={1}
outerScale={2}
color="194, 198, 204"
/>
<main className=" flex h-screen flex-col items-center align-middle justify-between p-24 background content-center w-full ">
<Button
onPress={handleBack}
className="absolute top-6 left-4"
className="absolute bottom-36 right-4"
color="primary"
>
{" "}
Expand Down

0 comments on commit a4a0cfb

Please sign in to comment.