🖼 Added descriptive icons next to dashboard headers

This commit is contained in:
2022-06-02 01:06:21 -07:00
parent 32156a4efc
commit ad07d85944
5 changed files with 14 additions and 6 deletions

View File

@@ -88,7 +88,9 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
return (
<>
<div className="content">
<h4 className="title is-4">Discover</h4>
<h4 className="title is-4">
<i className="fa-solid fa-splotch"></i> Discover
</h4>
<p className="subtitle is-7">
Pull List aggregated for the week from League Of Comic Geeks
</p>