Skip to content

Commit

Permalink
feat(web): landing new
Browse files Browse the repository at this point in the history
  • Loading branch information
kriptonian1 committed Mar 31, 2024
1 parent 28e2361 commit 6a5a314
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default function RootLayout({
}: {
children: React.ReactNode
}): React.JSX.Element {

return (
<html lang="en">
<body>{children}</body>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/secretSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function SecrectSection(): React.JSX.Element {
<div className="p-6">
<h3 className="text-lg font-medium">{heading}</h3>
<span className="text-base text-[#9394A1]">{description}</span>
</div>
</div>
</Card>
)
})}
Expand Down
1 change: 0 additions & 1 deletion apps/web/src/components/shared/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Link from 'next/link'
import { FooterLogoSVG } from '@public/shared'
import { SparklesCore } from '@/components/ui/sparkles'
import EncryptText from '@/components/ui/encrypt-text'
import Link from 'next/link'
// import EncryptButton from '@/components/ui/encrypt-btn'

function Footer(): React.JSX.Element {
Expand Down

0 comments on commit 6a5a314

Please sign in to comment.