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