Skip to content

Commit

Permalink
fix typo (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Jul 17, 2024
1 parent e604a18 commit 1dec078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { WalletSelector } from "./WalletSelector";
export function Header() {
return (
<div className="flex items-center justify-between px-4 py-2 max-w-screen-xl mx-auto w-full flex-wrap">
<h1 className="display">CAD Boilerplat Template</h1>
<h1 className="display">Boilerplate Template</h1>

<div className="flex gap-2 items-center flex-wrap">
<WalletSelector />
Expand Down
2 changes: 1 addition & 1 deletion templates/boilerplate-template/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "biolerplate-template",
"name": "boilerplate-template",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1dec078

Please sign in to comment.