remove fa logo and add descriptions

This commit is contained in:
msramalho
2022-03-17 15:02:14 +01:00
parent 3e1cbe87d7
commit 6f1192f06e
2 changed files with 4 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ function BottomActions(props) {
<CoverIcon onClickHandler={props.cover.toggle} />
) : null}
</div>
<div style={{ fontSize: 9, paddingTop: 10 }}>Made with <a href="https://github.com/forensic-architecture/timemap">TimeMap</a><br />Free software from <br /> <a href="https://forensic-architecture.org">Forensic Architecture</a></div>
</>
);
}