mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-23 10:26:42 +00:00
Application Description Improvement
This commit is contained in:
parent
7c86483d48
commit
0a8ea98dae
@ -472,7 +472,9 @@ export default function Dashboard() {
|
|||||||
</CardTitle>
|
</CardTitle>
|
||||||
<CardDescription className="text-md">
|
<CardDescription className="text-md">
|
||||||
{app.description}
|
{app.description}
|
||||||
<br />
|
{app.description && (
|
||||||
|
<br className="hidden md:block" />
|
||||||
|
)}
|
||||||
Server: {app.server || "No server"}
|
Server: {app.server || "No server"}
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user