1 2 3 4 5
export default function SignOut() { return ( <button type="submit" className="py-2 px-4 rounded-md text-md bg-red-700 hover:bg-red-500">Sign out</button> ) }