0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 14:32:41 +00:00

small changes, tips and style

This commit is contained in:
Víctor Losada Hernández
2024-05-14 11:10:48 +02:00
parent 124af97cc8
commit 97ef56f905
2 changed files with 17 additions and 1 deletions

View File

@@ -187,7 +187,7 @@ const ArchivePage = createClass({
placeholder="v3 Reference Document"
/>
</label>
<small>Tip! you can use <a href="https://regexlearn.com/learn">RegEx</a> if you format your query as <code>/title/</code></small>
<label>
Results per page
<input
@@ -244,6 +244,7 @@ const ArchivePage = createClass({
/>
</button>
</div>
<small>Remember, you can only search brews with this tool if they are published</small>
</div>
);
},