eexiv/src/app/help/page.tsx

13 lines
383 B
TypeScript
Raw Normal View History

2024-02-09 22:59:43 -08:00
export default function Page() {
return (
2024-02-10 00:43:22 -08:00
<div className='content text-slate-800'>
2024-02-09 22:59:43 -08:00
<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>
)
}