import React from 'react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' export default function NavigationButton(props) { return (

{props.name}

) }