Add "Help" link to query quadrant
Committed c889c6
--- a/canopy/static/screen.css
+++ b/canopy/static/screen.css
form#search {
line-height: 1.15; }
+#search a {
+ font-size: .7em;
+ text-transform: uppercase;
+}
#listen {
position: relative;
top: 2px; }
--- a/canopy/templates/template.html
+++ b/canopy/templates/template.html
<svg id=listen title=dictation width=14px height=14px viewBox="-0.5 0 25 25"
fill=none xmlns=http://www.w3.org/2000/svg></svg>
<input name=q type=text><br>
- <small class=partial></small>
+ <small class=partial></small> <a href=/help>Help</a>
</form>
</div>
</header>