make motd bigger on desktop screens
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
This commit is contained in:
parent
e1ebccd5b7
commit
2120d9eeac
@ -103,7 +103,7 @@ export default async function Page({ params: { platform, hostname } }: Params):
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="bg-background rounded-lg p-2 text-sm xs:text-md">
|
<div className="bg-background rounded-lg p-2 text-sm xs:text-lg">
|
||||||
{server.motd.html.map((line, index) => {
|
{server.motd.html.map((line, index) => {
|
||||||
return <p key={index} dangerouslySetInnerHTML={{ __html: line }}></p>;
|
return <p key={index} dangerouslySetInnerHTML={{ __html: line }}></p>;
|
||||||
})}
|
})}
|
||||||
|
Loading…
Reference in New Issue
Block a user