File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
surfsense_web/app/dashboard Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ const DashboardPage = () => {
292292 mass : 0.2 ,
293293 } }
294294 />
295- < div className = "flex flex-col h-full overflow-hidden rounded-xl border bg-muted/30 backdrop-blur-sm transition-all hover:border-primary/50" >
295+ < div className = "flex flex-col h-full justify-between overflow-hidden rounded-xl border bg-muted/30 backdrop-blur-sm transition-all hover:border-primary/50" >
296296 < div className = "relative h-32 w-full overflow-hidden" >
297297 < Link href = { `/dashboard/${ space . id } /documents` } key = { space . id } >
298298 < Image
@@ -337,15 +337,15 @@ const DashboardPage = () => {
337337 </ div >
338338 </ div >
339339 </ div >
340- < Link href = { `/dashboard/${ space . id } /documents` } key = { space . id } >
341- < div className = "flex flex-1 flex-col justify-between p-4 " >
340+ < Link className = "flex flex-1 flex-col p-4 cursor-pointer" href = { `/dashboard/${ space . id } /documents` } key = { space . id } >
341+ < div className = "flex flex-1 flex-col justify-between p-1 " >
342342 < div >
343343 < h3 className = "font-medium text-lg" > { space . name } </ h3 >
344344 < p className = "mt-1 text-sm text-muted-foreground" >
345345 { space . description }
346346 </ p >
347347 </ div >
348- < div className = "mt-4 flex justify-between text-xs text-muted-foreground" >
348+ < div className = "mt-4 text-xs text-muted-foreground" >
349349 { /* <span>{space.title}</span> */ }
350350 < span >
351351 { t ( "created" ) } { formatDate ( space . created_at ) }
You can’t perform that action at this time.
0 commit comments