Skip to content

Commit

Permalink
show type in title
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe committed Mar 12, 2024
1 parent 1f19146 commit 4ec5bda
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ const useStyles = makeStyles(() => {
actionBar: {
display: 'flex',
},
typeinfo: {
display: 'flex',
justifyContent: 'center',
fontSize: '12px',
color: 'grey',
marginTop: '4px',
},
})
})

Expand Down Expand Up @@ -155,6 +162,7 @@ export const ViewTitle: React.FunctionComponent<ViewTitleProps> = (props) => {
</span>
)}
</div>
<div className={classes.typeinfo}>({props.content!.Type})</div>
</div>
)
}

0 comments on commit 4ec5bda

Please sign in to comment.