Skip to content

Commit

Permalink
remove filtering sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Sep 6, 2024
1 parent 4f2f6f3 commit 87c4c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MainPage/MethodSelectionBox.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
justify-content: center;
padding: 10px 38px;
background-color: #f8f8f8;
margin: 15px 0px 5px;
margin: 15px 0px 35px;
gap: 10px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/MainPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ function MainPage() {
method={method}
handleMethodChange={handleMethodChange}
/>
<div className="description">
{/* <div className="description">
Search for materials in the selected subdatabase by filtering
based on the periodic table and the columns of the table below:
</div>
</div> */}
<MaterialSelector
ref={materialSelectorRef}
columns={columns}
Expand Down

0 comments on commit 87c4c81

Please sign in to comment.