import './welcome.css'; import useTitle from '../utils/useTitle'; export default () => { useTitle(); return (

Welcome

Phanpy is a minimalistic opinionated Mastodon web client.

🚧 This is an early ALPHA project. Many features are missing, many bugs are present. Please report issues as detailed as possible. Thanks 🙏

Log in

); };