import React from "react" import links from "../constants/page-links" import logo from "../images/mdg.png" import discord from "../images/Discord-Logo.png" import { Link } from "gatsby" const Footer = () => { return (

github profile markdown generator logo GitHub Profile README Generator

Pages
Addons
Support
About
More
Github
Releases
Community
Discord of the community
Developed in India{" "} {" "} 🇮🇳
) } export default Footer