chore: format all files in monorepo (#3054)
* chore: format all files in the project * fix: removing @types/react from dependencies * fix: adding prettier and eslint config * chore: format files * fix: upgrading turbo version * chore: ignoring warnings and adding todos * fix: updated the type of bubble menu item in the document editor * chore: format files --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
parent
e5ae139178
commit
5b0066140f
721 changed files with 3739 additions and 4660 deletions
|
|
@ -41,9 +41,9 @@ export const ProjectCardList: FC<IProjectCardList> = observer((props) => {
|
|||
return (
|
||||
<>
|
||||
{projects.length > 0 ? (
|
||||
<div className="h-full w-full p-8 overflow-y-auto">
|
||||
<div className="h-full w-full overflow-y-auto p-8">
|
||||
{projectStore.searchedProjects.length == 0 ? (
|
||||
<div className="w-full text-center text-custom-text-400 mt-10">No matching projects</div>
|
||||
<div className="mt-10 w-full text-center text-custom-text-400">No matching projects</div>
|
||||
) : (
|
||||
<div className="grid grid-cols-1 gap-9 md:grid-cols-2 lg:grid-cols-3">
|
||||
{projectStore.searchedProjects.map((project) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue