mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
chore: linting
This commit is contained in:
parent
050581ba6a
commit
a3a5b13f48
17 changed files with 104 additions and 69 deletions
|
|
@ -337,7 +337,11 @@ const DashboardPage = () => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Link className="flex flex-1 flex-col p-4 cursor-pointer" href={`/dashboard/${space.id}/documents`} key={space.id}>
|
||||
<Link
|
||||
className="flex flex-1 flex-col p-4 cursor-pointer"
|
||||
href={`/dashboard/${space.id}/documents`}
|
||||
key={space.id}
|
||||
>
|
||||
<div className="flex flex-1 flex-col justify-between p-1">
|
||||
<div>
|
||||
<h3 className="font-medium text-lg">{space.name}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue