Skip to content

Commit 7f02fdf

Browse files
chore: rename AppKit Demo to Reown Demo (#5412)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Magomed Khamidov <mago.khamidov@gmail.com>
1 parent 7b37403 commit 7f02fdf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/demo/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { AppKitProvider } from '@/providers/appkit-provider'
1111

1212
import './globals.css'
1313

14-
const title = 'AppKit Demo'
14+
const title = 'Reown Demo'
1515
const description = 'The full stack toolkit to build onchain app UX'
1616

1717
export const metadata: Metadata = {

apps/demo/components/branding-header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export function BrandingHeader({ className }: { className?: string }) {
2020

2121
<div className="flex-col gap-2 items-center md:items-start mb-0 md:mb-12">
2222
<h4 className="text-3xl text-text-primary text-center md:text-left capitalize">
23-
AppKit Demo
23+
Reown Demo
2424
</h4>
2525
<p className="text-sm text-text-secondary text-center md:text-left">
26-
Use our AppKit demo to test and design onchain UX
26+
Use our demo to test and design onchain UX
2727
</p>
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)