this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add input field for BSky handle

modamo-gh 0c4f6f70 59929fd6

+7 -1
+7 -1
app/page.tsx
··· 6 6 7 7 const Home = () => { 8 8 return ( 9 - <main className="bg-gray-800 flex h-screen items-center justify-center w-screen"> 9 + <main className="bg-gray-800 flex flex-col h-screen items-center justify-center w-screen"> 10 10 <h1 className={`${saira.className} text-orange-400 text-8xl`}> 11 11 MOOTPOOL 12 12 </h1> 13 + <input 14 + className={`border border-gray-600 focus:border-orange-400 h-12 focus:outline-none p-2 rounded-lg w-1/4`} 15 + type="text" 16 + name="" 17 + id="" 18 + /> 13 19 </main> 14 20 ); 15 21 };