]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/home/tagline-form.tsx
component classes v2
[lemmy-ui.git] / src / shared / components / home / tagline-form.tsx
index b8bef14b29b3da39080735a120b0d94d731eb5e1..dfd13514dff5fc0911046182527286bab3798001 100644 (file)
@@ -31,7 +31,7 @@ export class TaglineForm extends Component<TaglineFormProps, TaglineFormState> {
 
   render() {
     return (
-      <div className="col-12">
+      <div className="tagline-form col-12">
         <HtmlTags
           title={this.documentTitle}
           path={this.context.router.route.match.url}