Skip to content

Commit 9821841

Browse files
committed
chore: minor change
1 parent a471148 commit 9821841

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vercel-chatgpt",
2+
"name": "chatgpt-vercel",
33
"version": "0.1.0",
4-
"description": "Powered by OpenAI Chatgpt API and Vercel",
4+
"description": "Elegant and Powerful. Powered by OpenAI and Vercel",
55
"type": "module",
66
"license": "MIT",
77
"scripts": {

src/components/Header.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ export const prerender = true
2020
<span class="ml-1 font-extrabold text-slate-7 dark:text-slate"
2121
>Vercel</span
2222
>
23+
<a
24+
class="ml-2 sm:block hidden"
25+
href="https://github.com/ourongxing/chatgpt-vercel"
26+
>
27+
<img
28+
alt="GitHub forks badge"
29+
src="https://img.shields.io/github/stars/ourongxing/chatgpt-vercel?logo=github"
30+
/>
31+
</a>
2332
<a class="ml-2" href="https://github.com/ourongxing/chatgpt-vercel/fork">
2433
<img
2534
alt="GitHub forks badge"

0 commit comments

Comments
 (0)