updated the nopojects page design

This commit is contained in:
Vladyslav Matsiiako
2022-12-22 14:53:27 -05:00
parent e4c3db074d
commit 41f6255b7b

View File

@@ -16,13 +16,15 @@ export default function NoProjects() {
alt="google logo" alt="google logo"
></Image> ></Image>
</div> </div>
<div className="max-w-md"> <div className="p-4 rounded-md bg-bunker-500 mb-8 text-bunker-300 shadow-xl">
You are not part of any projects in this organization yet. When you do, <div className="max-w-md">
they will appear here. You are not part of any projects in this organization yet. When you do,
</div> they will appear here.
<div className="max-w-md mt-4 mb-8"> </div>
Create a new project, or ask other organization members to give you <div className="max-w-md mt-4">
neccessary permissions. Create a new project, or ask other organization members to give you
neccessary permissions.
</div>
</div> </div>
</div> </div>
); );