added title and removed footer

This commit is contained in:
Kristoffer Juelsenn 2022-03-15 20:40:02 +01:00
parent d0eb5e70c3
commit d81cbfc5c4
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
@startuml User View
title User View
actor User #LightBlue
participant Website
database Server #Brown
hide footbox
User->Website: viewTournament(Tournament)
activate User