eexiv/src/app/help/page.tsx

12 lines
383 B
XML

export default function Page() {
return (
<div className='content text-slate-800'>
<p>
We are always looking for contributors to help us improve eeXiv. If you
are interested in helping, whether as a peer reviewer, external
contributor, or in any other capacity, please{' '}
<a href='../contact'>contact us</a>.
</p>
</div>
)
}