Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 14, 2023
1 parent e236c54 commit 608a960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 4 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ export const App = () => {
<FiExternalLink className="inline-block ml-1" />
</a>
</div>
<p>
Not farcaster affiliated, yet the first/best farcaster memecoin
to date. Join the fun, give it a run, and plz touch grass.
</p>
<div>
<MaxSupply />
</div>
Expand Down

0 comments on commit 608a960

Please sign in to comment.