fix: update attribution text in Activity section & changed ports
This commit is contained in:
@@ -24,7 +24,7 @@ Run the development server:
|
|||||||
pnpm dev
|
pnpm dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:3000](http://localhost:3000) in your browser.
|
Open [http://localhost:5173](http://localhost:5173) in your browser.
|
||||||
|
|
||||||
## Production Build
|
## Production Build
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.30.3",
|
"packageManager": "pnpm@10.30.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev -p 5173",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "eslint"
|
"lint": "eslint"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export function Activity() {
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p className="text-center text-gray-500 text-sm">
|
<p className="text-center text-gray-500 text-sm">
|
||||||
Data from my <strong>public</strong>{" "}
|
Data from my & my agents <strong>public</strong>{" "}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/Space-Banane"
|
href="https://github.com/Space-Banane"
|
||||||
className="text-blue-400 hover:underline"
|
className="text-blue-400 hover:underline"
|
||||||
|
|||||||
Reference in New Issue
Block a user