"use client"; import { useIdentityData } from "components/IdentityProvider"; import { LoginButton } from "components/LoginButton"; export const LoggedOutWarning = (props: {}) => { let { identity } = useIdentityData(); if (identity) return null; return (
Log in to collect all your Leaflets and access them on multiple devices