eexiv/src/app/help/page.tsx

13 lines
368 B
TypeScript
Raw Normal View History

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