Skip to content

Commit

Permalink
aelf
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 26, 2024
1 parent e78fcf8 commit 6b4dd53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Home() {
<div className="container grid items-center justify-center gap-8 px-4 md:px-6">
<div className="space-y-4 text-center">
<div className="inline-block rounded-lg bg-primary px-3 py-1 text-sm text-primary-foreground">
AElf Playground
aelf Playground
</div>
<h2 className="text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl">
Get started coding smart contracts.
Expand Down
2 changes: 1 addition & 1 deletion components/top-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function TopMenu() {
<header className="sticky top-0 z-50 w-full bg-background shadow-sm transition-colors dark:bg-background-dark">
<div className="container mx-auto flex h-16 items-center justify-between px-4 md:px-6">
<Link href="/" className="text-lg font-semibold">
AElf Playground
aelf Playground
</Link>
<nav className="hidden space-x-4 md:flex">
{links.map((link) => (
Expand Down
2 changes: 1 addition & 1 deletion components/workspace/cli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function Cli() {
showControlBar={false}
welcomeMessage={
<div>
<p>Welcome to AElf Playground.</p>
<p>Welcome to aelf Playground.</p>
<p>Type help to see all commands.</p>
</div>
}
Expand Down

0 comments on commit 6b4dd53

Please sign in to comment.