Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
hotfix for asset title user input
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Apr 25, 2019
1 parent 8398d67 commit 17082c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/src/components/templates/Route.tsx
Expand Up @@ -33,10 +33,9 @@ const Route = ({
className={
titleReverse ? styles.titleReverse : styles.title
}
dangerouslySetInnerHTML={{
__html: title
}}
/>
>
{title}
</h1>
{description && (
<p
className={styles.description}
Expand Down

0 comments on commit 17082c8

Please sign in to comment.