Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 22ed18c

Browse files
committed
style update to examples/notifications-aptos
1 parent f8d06a6 commit 22ed18c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

examples/notifications-aptos/pages/index.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,14 @@ function AuthedHome() {
8585
<AptosWalletButton />
8686
</div>
8787
<div className="h-full text-2xl flex flex-col justify-center">
88-
<code className="text-center text-neutral-400 dark:text-neutral-100">
89-
🌚 Dev Dapp
88+
<code className="text-center text-neutral-400 dark:text-neutral-600 text-sm mb-2">
89+
@dialectlabs/react
9090
</code>
91+
<div>
92+
<code className="shrink text-center text-transparent bg-clip-text bg-white mb-2 block">
93+
examples/notifications-aptos
94+
</code>
95+
</div>
9196
</div>
9297
</div>
9398
);

0 commit comments

Comments
 (0)