diff --git a/package-lock.json b/package-lock.json
index 9f15eeb..0d1b32f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 65d4611..7c4b3fc 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "eexiv-2",
+ "name": "eexiv",
"version": "0.1.0",
"private": true,
"scripts": {
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f2890c8..3c498c0 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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{' '}
GitHub repository
diff --git a/src/app/components/MobileMenu.tsx b/src/app/components/MobileMenu.tsx
index 652756c..1f703b7 100644
--- a/src/app/components/MobileMenu.tsx
+++ b/src/app/components/MobileMenu.tsx
@@ -48,7 +48,7 @@ export default function MobileMenu() {
We gratefully acknowledge support from our volunteer peer reviewers,
member institutions, and all{' '}
open-source contributors
diff --git a/src/app/components/News.tsx b/src/app/components/News.tsx
index de807b3..7b7de4c 100644
--- a/src/app/components/News.tsx
+++ b/src/app/components/News.tsx
@@ -33,7 +33,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{' '}
-
+
our issue tracker.
diff --git a/src/app/db/data.ts b/src/app/db/data.ts
index 8232673..baeb152 100644
--- a/src/app/db/data.ts
+++ b/src/app/db/data.ts
@@ -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
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index d3d30fd..85d3f2b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -47,7 +47,7 @@ export default function RootLayout({
We gratefully acknowledge support from our volunteer peer
reviewers, member institutions, and all{' '}
open-source contributors