Merge branch 'main' of github.com:Team-1280/eeXiv
This commit is contained in:
commit
357ef23bc7
7 changed files with 8 additions and 8 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "eexiv-2",
|
||||
"name": "eexiv",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eexiv-2",
|
||||
"name": "eexiv",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "^5.20.2",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "eexiv-2",
|
||||
"name": "eexiv",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -29,7 +29,7 @@ export default function Page() {
|
|||
You can contribute to our website development or add your
|
||||
documents and user account to eeXiv on our{' '}
|
||||
<Link
|
||||
href='https://github.com/couscousdude/eexiv-2'
|
||||
href='https://github.com/team-1280/eexiv'
|
||||
target='_blank'
|
||||
>
|
||||
GitHub repository
|
||||
|
|
|
@ -48,7 +48,7 @@ export default function MobileMenu() {
|
|||
We gratefully acknowledge support from our volunteer peer reviewers,
|
||||
member institutions, and all{' '}
|
||||
<a
|
||||
href='https://github.com/couscousdude/eeXiv-2/graphs/contributors'
|
||||
href='https://github.com/team-1280/eexiv/graphs/contributors'
|
||||
target='_blank'
|
||||
>
|
||||
open-source contributors
|
||||
|
|
|
@ -31,7 +31,7 @@ export default function News() {
|
|||
eeXiv is currently under active development! There may be major
|
||||
updates, breaking changes, or weird bugs. Report bugs, suggest new
|
||||
features, or give us feedback at{' '}
|
||||
<a href='https://github.com/team-1280/eexiv-2/issues' target='_blank' className='text-blue-300'>
|
||||
<a href='https://github.com/team-1280/eexiv/issues' target='_blank' className='text-blue-300'>
|
||||
our issue tracker.
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -361,7 +361,7 @@ authorName (as a slug): {
|
|||
affiliation: an array of affiliation "slugs". this should correspond to affiliations in the affiliations data.
|
||||
The first affiliation will be considered the primary affiliation
|
||||
|
||||
image: image url, can store in public/eexiv-2/img/profiles or link to a web resource
|
||||
image: image url, can store in public/eexiv/img/profiles or link to a web resource
|
||||
|
||||
nationality: an array of ISO 3 letter country codes corresponding to your nationalities or ethniciities
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ export default function RootLayout({
|
|||
We gratefully acknowledge support from our volunteer peer
|
||||
reviewers, member institutions, and all{' '}
|
||||
<a
|
||||
href='https://github.com/couscousdude/eeXiv-2/graphs/contributors'
|
||||
href='https://github.com/team-1280/eexiv/graphs/contributors'
|
||||
target='_blank'
|
||||
>
|
||||
open-source contributors
|
||||
|
|
Loading…
Reference in a new issue