diff --git a/frontend/public/resolute-logo-vitwit.svg b/frontend/public/resolute-logo-vitwit.svg new file mode 100644 index 000000000..b7b0044ae --- /dev/null +++ b/frontend/public/resolute-logo-vitwit.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/frontend/public/vitwit-logo.svg b/frontend/public/vitwit-logo.svg new file mode 100644 index 000000000..d66f81333 --- /dev/null +++ b/frontend/public/vitwit-logo.svg @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 672938235..164a38936 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -210,7 +210,7 @@ input[type='checkbox'] { @apply w-full border-none cursor-text focus:outline-none bg-transparent placeholder:text-[#FFFFFF30] placeholder:font-normal text-[#ffffff]; } .footer-bg { - @apply flex flex-col items-start gap-4 w-full p-10; + @apply flex flex-col items-start gap-6 w-full px-10 py-24; background: rgba(255, 255, 255, 0.02); } .profile-grid, diff --git a/frontend/src/components/common/Footer.tsx b/frontend/src/components/common/Footer.tsx index 1aa8b49ee..72de2597d 100644 --- a/frontend/src/components/common/Footer.tsx +++ b/frontend/src/components/common/Footer.tsx @@ -1,82 +1,88 @@ import React from 'react'; import Image from 'next/image'; -import { RESOLUTE_LOGO } from '@/constants/image-names'; const Footer = () => { return (
-
-
- + {/* resolute-logo -
-
- - telegram-logo - - - github-logo - - - twitter-logo - - - youtube-logo - -
+ /> */} +

RESOLUTE

+

Powered by vitwit

-
- Vitwit, founded in 2015 in Hyderabad, India, specializes in AI, - blockchain, and cloud solutions, with a focus on
the Cosmos - ecosystem and validator operations​ (Vitwit)​. + +
+ Vitwit is a leading Cosmos dev agency and validator company. Proudly + serving as one of the core contributors to the Cosmos SDK.
-
-
- All rights reserved at @ Vitwit 2024 +
+ + telegram-logo +

telegram

+
+
+ + github-logo +

github

+
+
+ + twitter-logo +

twitter

+
+
+ + youtube-logo +

youtube

+
); diff --git a/frontend/src/components/main-layout/TopBar.tsx b/frontend/src/components/main-layout/TopBar.tsx index 43b3d1436..051c8285c 100644 --- a/frontend/src/components/main-layout/TopBar.tsx +++ b/frontend/src/components/main-layout/TopBar.tsx @@ -5,7 +5,6 @@ import ProfileDialog from './ProfileDialog'; import { useAppDispatch, useAppSelector } from '@/custom-hooks/StateHooks'; import { setConnectWalletOpen } from '@/store/features/wallet/walletSlice'; import { getConnectWalletLogo, shortenString } from '@/utils/util'; -import { RESOLUTE_LOGO } from '@/constants/image-names'; import { RootState } from '@/store/store'; import AuthzGrantsAlert from './AuthzGrantsAlert'; @@ -37,16 +36,21 @@ const TopBar = () => {