fix: corrected grid of webapps and cli apps not displaying correctly for a div closed in the wrong place (#242)

This commit is contained in:
tglman 2023-09-15 14:42:04 +01:00 committed by GitHub
parent 7442a9eee2
commit b296b0f7ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ export class Apps extends Component<any, any> {
},
]}
/>
</div>
<div class="card col-6">
<AppDetails
name="lemmy-lite"
@ -233,7 +233,6 @@ export class Apps extends Component<any, any> {
</ul>
</div>
</div>
</div>
);
}
}