Remove reminescent references to the tinter

This commit is contained in:
Germain Souquet 2021-06-30 08:09:55 +01:00
parent 29904a7ffc
commit fdced3da1b
4 changed files with 3 additions and 12 deletions

View file

@ -27,7 +27,7 @@ export default class SimpleRoomHeader extends React.Component {
static propTypes = {
title: PropTypes.string,
// `src` to a TintableSvg. Optional.
// `src` to an image. Optional.
icon: PropTypes.string,
};