Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore: rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiShandy committed Mar 28, 2023
1 parent e0c28d3 commit 95cf5c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Using Nostr, I am setting up a platform for publishing digital goods.

This project is in **active** development

Track the progress on [GitHub](https://github.com/abhiShandy/thegoodstr)
Track the progress on [GitHub](https://github.com/abhiShandy/goodstr)

Follow the frontend development on [Chromatic](https://640acbdf2c9db57b4e7da9c6-mjkwjlmqoz.chromatic.com/)

Expand Down
2 changes: 1 addition & 1 deletion client/index.html
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TheGoodStr</title>
<!-- Alby metadata -->
<meta property="alby:name" content="TheGoodStr" />
<meta property="alby:name" content="GoodStr" />
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions client/src/lib/molecules/Navbar.tsx
Expand Up @@ -82,7 +82,7 @@ export const Navbar = ({ currentPage }: NavbarProps) => {
<div className="hidden sm:ml-6 sm:flex sm:items-center">
<a
className="rounded-full bg-white p-1 mx-2 text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2"
href="https://github.com/abhishandy/thegoodstr"
href="https://github.com/abhishandy/goodstr"
target="_blank"
>
<span className="sr-only">Open Github</span>
Expand Down Expand Up @@ -237,7 +237,7 @@ export const Navbar = ({ currentPage }: NavbarProps) => {

<a
className="flex-shrink-0 rounded-full bg-white p-1 text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2"
href="https://github.com/abhishandy/thegoodstr"
href="https://github.com/abhishandy/goodstr"
target="_blank"
>
<span className="sr-only">Open Github</span>
Expand Down
2 changes: 1 addition & 1 deletion infra/ServerStack.ts
Expand Up @@ -110,7 +110,7 @@ export class ServerStack extends Stack {

// === API Gateway ===
const restApi = new RestApi(this, "RestApi", {
restApiName: `${stage || "dev"}-thegoodstr-api`,
restApiName: `${stage || "dev"}-goodstr-api`,
deployOptions: {
stageName: stage || "dev",
},
Expand Down

0 comments on commit 95cf5c8

Please sign in to comment.