diff --git a/hyperglass/ui/components/Title.js b/hyperglass/ui/components/Title.js index 4c2bbc7..2dab795 100644 --- a/hyperglass/ui/components/Title.js +++ b/hyperglass/ui/components/Title.js @@ -27,8 +27,15 @@ const TitleOnly = ({ text, showSubtitle }) => ( const SubtitleOnly = React.forwardRef( ({ text, mediaSize, size = "md", ...props }, ref) => ( - - + + {text} @@ -113,6 +120,7 @@ const Title = React.forwardRef(({ onClick, isSubmitting, ...props }, ref) => { const MatchedMode = modeMap[titleMode]; return (