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

Commit 643ff5d

Browse files
committed
[app] Remove old box
1 parent b9ee430 commit 643ff5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/app/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ const Home: NextPage = () => {
77
<div className="flex flex-col w-full max-w-2xl mx-auto">
88
<header className="flex flex-col items-center gap-3 px-4 py-4">
99
<h1 className="text-2xl text-white">React Threads</h1>
10-
<div className="border-[0.9px] border-[rgba(243,245,247,0.15)] rounded-[8px] w-full p-2 px-4 text-zinc-400/60">
11-
Library coming soon...
12-
</div>
1310
<a href="/CuW23qzhIdJ">
1411
<button className="border-[0.9px] border-[rgba(243,245,247,0.15)] rounded-[10px] px-4 text-[rgb(243,245,247)] font-semibold text-[15px] h-[34px] transition-transform focus:scale-95">
1512
Go to Example

0 commit comments

Comments
 (0)