From 3ec1c69f44a080d3dbc2f6e03cec97de4a23d9c0 Mon Sep 17 00:00:00 2001 From: Kiran Date: Thu, 24 Feb 2022 11:08:43 +0530 Subject: [PATCH] Removed the footer --- components/Header.tsx | 42 ++++++++++++++++++++++++++++-------------- components/Layout.tsx | 2 -- pages/index.tsx | 5 ++--- 3 files changed, 30 insertions(+), 19 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index eae59fe..65ed3e2 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -1,21 +1,35 @@ +import Link from 'next/link'; + export default function Header() { return (
- - - - - Mock SAML - + + + + + + Mock SAML + + + + Powered by + + BoxyHQ + +