[server] Improve readability of project description

This commit is contained in:
Joscha 2020-02-11 18:04:07 +00:00
parent 7709fc92a9
commit d5d0fccdaf
3 changed files with 81 additions and 43 deletions

View file

@ -58,4 +58,4 @@ serverApp pingDelay constructor pendingConnection = do
constructor (writeChan chan) $ receivePackets conn
_ -> closeWithErrorMessage conn "Invalid packet: Expected a hello packet"
where
initialNode = emptyNode "" "Loading ..."
initialNode = txtNode "" "Loading ..."