Skip to content

Commit

Permalink
Make caps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Feb 17, 2024
1 parent e327ee0 commit 6761e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SITE_DESCRIPTION } from "../config";
<a
href="https://github.com/Hacksore/opx"
class="font-bold"
target="_blank">opx</a
target="_blank">OPX</a
>
</h1>
<p>{SITE_DESCRIPTION}</p>
Expand Down
2 changes: 1 addition & 1 deletion www/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SITE_TITLE = "opx | A 1Password companion CLI";
export const SITE_TITLE = "OPX | A 1Password companion CLI";
export const SITE_DESCRIPTION =
"The most secure way to run NodeJS apps locally!";
export const SITE_IMAGE = "/og.png";

0 comments on commit 6761e09

Please sign in to comment.