many changes

This commit is contained in:
2024-08-24 23:07:20 +00:00
parent 4bbb583f77
commit 4df61e0772
3 changed files with 39 additions and 10 deletions

View File

@@ -8,7 +8,9 @@ interface Props {
const serverName = ({ serverName }: Props) => {
return (
<>
<div>{serverName}</div>
<div>
Server name: <strong>{serverName}</strong>
</div>
</>
);
};