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 (