diff --git a/ui/pages/propose.tsx b/ui/pages/propose.tsx index 9f141f3a..bc882a6a 100644 --- a/ui/pages/propose.tsx +++ b/ui/pages/propose.tsx @@ -7,6 +7,7 @@ import ContentLayout from '../components/layout/ContentLayout'; import WebsiteHead from '../components/layout/Head'; import { useRouter } from 'next/router'; // Add this import import { NoticeFooter } from '../components/layout/NoticeFooter'; +import Link from 'next/link' export default function NewProposal() { const router = useRouter(); // Initialize the router @@ -18,7 +19,9 @@ export default function NewProposal() { const title = 'New Proposal'; const description = ( -

Submit a proposal to receive financing or support from the MoonDAO community. Please refer to our documentation for more details on the project system and governance processes before getting started.

+

+ Submit a proposal to receive financing or support from the MoonDAO community. Please refer to our documentation for more details on the project system and governance processes before getting started. We recommend starting your draft with the Google doc template. +

);