import { AppStoreLogo, ForkKnife, X as CloseIcon } from '@phosphor-icons/react'; import { UT_DINING_APP_STORE_URL } from '@shared/util/appUrls'; import { Button } from '@views/components/common/Button'; import Text from '@views/components/common/Text/Text'; import React from 'react'; interface DiningAppPromoProps { onClose: () => void; } /** * Promotional component for the UT Dining app */ export default function DiningAppPromo({ onClose }: DiningAppPromoProps) { return (