Your Registered Grants
+Registered Grants
+
By {di.owner}
-+
{di.bio.slice(0,64)}...
+diff --git a/landing-page/src/components/Button.jsx b/landing-page/src/components/Button.jsx index 6e55aeb..109de50 100644 --- a/landing-page/src/components/Button.jsx +++ b/landing-page/src/components/Button.jsx @@ -2,7 +2,7 @@ import React from "react"; const Button = ({ styles }) => ( ); diff --git a/web/components/Footer.js b/web/components/Footer.js new file mode 100644 index 0000000..74a2c1b --- /dev/null +++ b/web/components/Footer.js @@ -0,0 +1,49 @@ +import Head from 'next/head' +import Image from 'next/image' +import styles from '../styles/Home.module.css' + + +export default function Footer() { +return ( +<> +
+
By {di.owner}
-+
{di.bio.slice(0,64)}...
+You have not registered any FNS Grants yet
+You have not registered any FNS Grants yet
+{ -const name = await getFlownsName(di.owner); -setName(name); - }} >{name}
-+
+ By {di.owner} +
+{di.bio.slice(0,64)}...
{/*
+ {/* ID: {grantInfo.id}
*/} +
*/}
ID: {grantInfo.id}
-Owner: {grantInfo.owner}
-- Created At:{" "} - {new Date( - parseInt(grantInfo.createdAt) * 1000 - ).toLocaleDateString()} -
-- Expires At:{" "} - {new Date( - parseInt(grantInfo.expiresAt) * 1000 - ).toLocaleDateString()} -
-Bio: {grantInfo.bio ? grantInfo.bio : "Not Set"}
-Address: {grantInfo.address ? grantInfo.address : "Not Set"}
+ className='rounded-lg text-center text-sm font-bold text-white py-2 px-16 mx-2 bg-green-600 hover:bg-green-400' + >Transfer +Cost: {cost} FLOW
{loading &&Loading...
} */} -Your account has not been initialized yet
-Account not Initialized !
You have not registered any FNS Grants yet
+You have not registered any FNS Grants yet
@@ -141,6 +152,7 @@ setName(name);
Your account has not been initialized yet
-Account not Initialized !
Cost: {cost} FLOW
+Cost:{cost} FLOW
*/}{loading ? "Loading..." : null}