/*************************************************************************** * The contents of this file were generated with Amplify Studio. * * Please refrain from making any modifications to this file. * * Any changes to this file will be overwritten when running amplify pull. * **************************************************************************/ /* eslint-disable */ import React from "react"; import { getOverrideProps } from "@aws-amplify/ui-react/internal"; import { Flex, Grid, Icon, Text, View } from "@aws-amplify/ui-react"; import MadeLabel from "./MadeLabel"; export default function LearnFooterCustom(props) { const { socialMediaButtons, submitGithubIssueButton, overrides, ...rest } = props; return ( {socialMediaButtons} {submitGithubIssueButton} ); }