Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Apr 23, 2024
1 parent 1c36909 commit 292e47c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "@rainbow-me/rainbowkit/styles.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "EthUI",
title: "ethui",
description: "An Ethereum toolkit",
};

Expand Down
4 changes: 2 additions & 2 deletions src/app/onboarding/extension/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Extension() {
<div className="space-y-4">
<section>
<h2 className="text-lg font-semibold mb-2">
1. Install the EthUI extension for your browser:
1. Install the ethui extension for your browser:
</h2>
<DownloadLinks />
</section>
Expand Down Expand Up @@ -81,7 +81,7 @@ const Header = () => {
<Link href="/">
<Image
src="https://avatars.githubusercontent.com/u/130035865?s=200&v=4"
alt="EthUI Logo"
alt="ethui Logo"
width="40"
height="40"
className="h-14 w-auto"
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export default function Home() {
<div className="flex justify-center items-center">
<Image
src="https://avatars.githubusercontent.com/u/130035865?s=200&v=4"
alt="EthUI Logo"
alt="ethui logo"
width={100}
height={100}
className="h-24 w-auto"
/>
<div className="ml-6">
<h1 className="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
EthUI
ethui
</h1>
<p className="text-lg leading-8 text-gray-600">
An Ethereum toolkit
Expand Down

0 comments on commit 292e47c

Please sign in to comment.