We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deca3f commit 0e7944cCopy full SHA for 0e7944c
components.html
@@ -17,7 +17,7 @@ <h1>Components</h1>
17
<p>The full library of the completed components.<br><strong>Total Components so far:</strong> <span class="text-danger">{{componentCount}}</span></p>
18
19
<link rel="stylesheet" href="../css/font-awesome.min.css">
20
-<img src="{{site.baseurl}}/imgs/algolia-powered-by.svg" alt="powered by algolia">
+<img src="{{site.baseurl}}/imgs/algolia-powered-by.svg" alt="powered by algolia" class="pull-right">
21
<div class="input-group">
22
<span class="input-group-addon"><i class="fa fa-search" aria-hidden="true"></i></span>
23
<input type="text" class="form-control" placeholder="search for component" id="search-input">
0 commit comments