Fix news
This commit is contained in:
parent
3aa00c2c24
commit
d7b9030f09
1 changed files with 6 additions and 6 deletions
|
@ -23,18 +23,18 @@ export default function News() {
|
|||
</div>
|
||||
<ul className='text-slate-50 px-6 list-disc'>
|
||||
<li key={1}>
|
||||
eeXiv 2.2 has been released! You can now select document version and
|
||||
eeXiv has been re-released! You can now select document version and
|
||||
export as BibTex.{' '}
|
||||
</li>
|
||||
<li key={2}>
|
||||
We are working on becoming a{' '}
|
||||
We are working on becoming an{' '}
|
||||
<a
|
||||
href='https://www.doi.org/the-foundation/about-us/'
|
||||
target='_blank'
|
||||
className='text-blue-300'
|
||||
>
|
||||
ISO 26324 DOI registry!
|
||||
</a>
|
||||
ISO 26324 DOI registry
|
||||
</a>!
|
||||
</li>
|
||||
<li key={3}>
|
||||
eeXiv is currently under active development! There may be major
|
||||
|
@ -45,8 +45,8 @@ export default function News() {
|
|||
target='_blank'
|
||||
className='text-blue-300'
|
||||
>
|
||||
our issue tracker.
|
||||
</a>
|
||||
our issue tracker
|
||||
</a>.
|
||||
</li>
|
||||
<li key={4}>
|
||||
Want to upload your documents or just make yourself a profile on
|
||||
|
|
Loading…
Reference in a new issue