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