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>
|
</div>
|
||||||
<ul className='text-slate-50 px-6 list-disc'>
|
<ul className='text-slate-50 px-6 list-disc'>
|
||||||
<li key={1}>
|
<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.{' '}
|
export as BibTex.{' '}
|
||||||
</li>
|
</li>
|
||||||
<li key={2}>
|
<li key={2}>
|
||||||
We are working on becoming a{' '}
|
We are working on becoming an{' '}
|
||||||
<a
|
<a
|
||||||
href='https://www.doi.org/the-foundation/about-us/'
|
href='https://www.doi.org/the-foundation/about-us/'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
className='text-blue-300'
|
className='text-blue-300'
|
||||||
>
|
>
|
||||||
ISO 26324 DOI registry!
|
ISO 26324 DOI registry
|
||||||
</a>
|
</a>!
|
||||||
</li>
|
</li>
|
||||||
<li key={3}>
|
<li key={3}>
|
||||||
eeXiv is currently under active development! There may be major
|
eeXiv is currently under active development! There may be major
|
||||||
|
@ -45,8 +45,8 @@ export default function News() {
|
||||||
target='_blank'
|
target='_blank'
|
||||||
className='text-blue-300'
|
className='text-blue-300'
|
||||||
>
|
>
|
||||||
our issue tracker.
|
our issue tracker
|
||||||
</a>
|
</a>.
|
||||||
</li>
|
</li>
|
||||||
<li key={4}>
|
<li key={4}>
|
||||||
Want to upload your documents or just make yourself a profile on
|
Want to upload your documents or just make yourself a profile on
|
||||||
|
|
Loading…
Reference in a new issue