Skip to content

Commit

Permalink
Merge pull request #8 from TheShieldAuth/develop
Browse files Browse the repository at this point in the history
some ui and api doc updated
  • Loading branch information
CA-MKSingh authored Nov 17, 2024
2 parents 8993c83 + e47d0f3 commit b9b29ae
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 115 deletions.
8 changes: 4 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export default function Layout({ children }: { children: ReactNode }) {
<div className="relative w-full">
<div className="sticky top-0 -z-10 w-full">
<div className="absolute w-full h-64 max-h-screen">
<div className="flex flex-1 justify-center">
<div className="absolute blur-xl opacity-75 bg-gradient-to-b from-orange-700 w-full -top-40 h-96 to-transparent" />
</div>
<div className="flex flex-1 h-full mt-10 justify-end lg:mx-auto max-w-3xl">
{/* <div className="flex flex-1 justify-center"> */}
{/* <div className="absolute blur-xl opacity-75 bg-gradient-to-b from-orange-700 w-full -top-40 h-96 to-transparent" /> */}
{/* </div> */}
<div className="flex flex-1 h-full mt-10 justify-end lg:mx-auto max-w-3xl opacity-75">
<Image
src="/shield.svg"
alt="Shield"
Expand Down
Loading

0 comments on commit b9b29ae

Please sign in to comment.