import MaterialIcon from '../../../../shared/components/material-icon'
import { isBootstrap5 } from '@/features/utils/bootstrap-5'
type RowLinkProps = {
href: string
heading: string
subtext: string
icon: string
}
export function RowLink(props: RowLinkProps) {
return isBootstrap5() ?