improvements with blur and stuff

This commit is contained in:
Arjun Patel
2022-01-26 12:58:13 -08:00
parent 49326079f9
commit 551e9ce067
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default function Home() {
{currUser ? (
<>
<span className="text-gray-500">Welcome back,</span>
<span className="text-gray-500">Welcome back!</span>
<button
onClick={() => window.open("/teams", "_self")}
className="rounded font-semibold bg-gray-200 p-2 text-teal-600 shadow-lg flex flex-row items-center space-x-2"