diff --git a/apps/namekit.io/src/app/layout.tsx b/apps/namekit.io/src/app/layout.tsx index d18656136..79c65d133 100644 --- a/apps/namekit.io/src/app/layout.tsx +++ b/apps/namekit.io/src/app/layout.tsx @@ -42,7 +42,7 @@ export default function RootLayout({ - +
{children} diff --git a/apps/namekit.io/src/components/atoms/icons/ensvision-icon.tsx b/apps/namekit.io/src/components/atoms/icons/ensvision-icon.tsx index b58eee8b4..ddc90b49a 100644 --- a/apps/namekit.io/src/components/atoms/icons/ensvision-icon.tsx +++ b/apps/namekit.io/src/components/atoms/icons/ensvision-icon.tsx @@ -1,41 +1,78 @@ import { type SVGProps } from "react"; -export const EnsVisionIcon = (props: SVGProps) => { +export function EnsVisionIcon(props: SVGProps) { return ( - - - - + + + + + + + + + + + + - - - ); -}; +} + +export default EnsVisionIcon; diff --git a/apps/namekit.io/src/components/atoms/icons/namestone-logo.tsx b/apps/namekit.io/src/components/atoms/icons/namestone-logo.tsx new file mode 100644 index 000000000..0e125a44d --- /dev/null +++ b/apps/namekit.io/src/components/atoms/icons/namestone-logo.tsx @@ -0,0 +1,141 @@ +import { type SVGProps } from "react"; + +export function NamestoneLogo(props: SVGProps) { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} + +export default NamestoneLogo; diff --git a/apps/namekit.io/src/components/organisms/get-your-web3-name-section.tsx b/apps/namekit.io/src/components/organisms/get-your-web3-name-section.tsx index 0dc108a8b..ba3ca9a65 100644 --- a/apps/namekit.io/src/components/organisms/get-your-web3-name-section.tsx +++ b/apps/namekit.io/src/components/organisms/get-your-web3-name-section.tsx @@ -13,7 +13,7 @@ export const GetYourWeb3NameSection = ({ }: GetYourWeb3NameSectionProps) => { return (
-
+
{ return ( -
+

ENS onboarding made fun & easy diff --git a/apps/namekit.io/src/components/organisms/namekit-footer.tsx b/apps/namekit.io/src/components/organisms/namekit-footer.tsx index d89ecf792..f7c3adda6 100644 --- a/apps/namekit.io/src/components/organisms/namekit-footer.tsx +++ b/apps/namekit.io/src/components/organisms/namekit-footer.tsx @@ -4,8 +4,8 @@ import { EnvelopeIcon } from "@heroicons/react/24/solid"; export const NamekitFooter = () => { return (