mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
refactor: show project description
This commit is contained in:
committed by
Carlos Valente
parent
e694cb7556
commit
cc55414b57
@@ -36,6 +36,12 @@ export default function ProjectInfoProps(props: ProjectInfoProps) {
|
||||
<div className='info__value'>{general.title}</div>
|
||||
</>
|
||||
)}
|
||||
{general.description && (
|
||||
<>
|
||||
<div className='info__label'>Description</div>
|
||||
<div className='info__value'>{general.description}</div>
|
||||
</>
|
||||
)}
|
||||
<BackstageInfo general={general} />
|
||||
<PublicInfo general={general} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user