0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 14:02:45 +00:00

searching animation

This commit is contained in:
Víctor Losada Hernández
2024-02-15 15:53:26 +01:00
parent 62db393969
commit 9c53541cbd
2 changed files with 13 additions and 5 deletions

View File

@@ -247,7 +247,7 @@ const ArchivePage = createClass({
if(searching) {
return (
<div className='foundBrews searching'>
<span><h3>Searching</h3><h3 className='searchAnim'>...</h3></span>
<h3 className='searchAnim'>Searching</h3>
</div>
);
};