Skip to content

Commit

Permalink
add "cell painting" as a featured service
Browse files Browse the repository at this point in the history
ref: #40
  • Loading branch information
alishaevn committed Feb 1, 2024
1 parent d864d64 commit fad8184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const Home = () => {
const { data: session } = useSession()
const { wares, isLoading, isError } = useAllWares(session?.accessToken)
const DESIRED_SERVICES = [
'Cell Painting Services',
'Ready-2-Go Lung Fibrosis Assay Service',
'Ready-2-Go Neurite Network Dynamics Assay Service',
'Custom Assay Services'
]
const searchPlaceholder = 'Search for a service e.g., cell painting, lung fibrosis, custom assays, etc.'
const filteredServices = wares?.filter(ware => DESIRED_SERVICES.includes(ware.name))
Expand All @@ -53,7 +53,7 @@ const Home = () => {
<div class='hero-text'>{`Empowering Discovery: Advanced Imaging Assays for Next-Generation Therapeutics`}</div>
</div>
<div className='container'>
<SearchBar
<SearchBar
onSubmit={handleOnSubmit}
placeholder={searchPlaceholder}
/>
Expand Down

0 comments on commit fad8184

Please sign in to comment.