diff options
author | crupest <crupest@outlook.com> | 2021-07-01 20:20:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-01 20:20:08 +0800 |
commit | 289c43977e6f51e1275906ba5935b5dce5b67f50 (patch) | |
tree | 131c933b5c4574542c3b07793170acae674fc0d4 /FrontEnd/src/views/home/index.tsx | |
parent | 8796470c6c9d43cb573c23221540d9aac6407e85 (diff) | |
download | timeline-289c43977e6f51e1275906ba5935b5dce5b67f50.tar.gz timeline-289c43977e6f51e1275906ba5935b5dce5b67f50.tar.bz2 timeline-289c43977e6f51e1275906ba5935b5dce5b67f50.zip |
...
Diffstat (limited to 'FrontEnd/src/views/home/index.tsx')
-rw-r--r-- | FrontEnd/src/views/home/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/home/index.tsx b/FrontEnd/src/views/home/index.tsx index ddb72e76..2e23654e 100644 --- a/FrontEnd/src/views/home/index.tsx +++ b/FrontEnd/src/views/home/index.tsx @@ -56,7 +56,7 @@ const HomeV2: React.FC = () => { return ( <> <SearchInput - className="mx-2 my-3 float-sm-end" + className="mx-2 my-3 home-search" value={navText} onChange={setNavText} onButtonClick={() => { |