/*************************************************************************** * 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 { Divider, Flex, Icon, Text, View } from "@aws-amplify/ui-react"; import HeartIcon from "./HeartIcon"; export default function LearnFooterCustomMobile(props) { const { socialMediaButtons, submitGithubIssueButton, overrides, ...rest } = props; return ( {submitGithubIssueButton} {socialMediaButtons} ); }