forked from ShelterTechSF/askdarcel-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OUR415-297] [OUR415-298] Updates secondary headers for Browse and Se…
…arch pages (#221) * Updates browse and search headers * Remove all categories from category dropdown --------- Co-authored-by: Adrien Young <[email protected]> Co-authored-by: Adrien Young <[email protected]>
- Loading branch information
1 parent
1150eeb
commit 84aff4a
Showing
8 changed files
with
46 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import React from "react"; | ||
import styles from "./SearchHeaderSection.module.scss"; | ||
|
||
/** | ||
* Renders mobile and desktop views for Listings navigation | ||
*/ | ||
export const BrowseHeaderSection = ({ | ||
descriptionText, | ||
}: { | ||
descriptionText: string; | ||
}) => { | ||
return ( | ||
<div className={styles.searchHeaderContainer}> | ||
<div className={styles.searchHeaderContainerLeft}> | ||
<h1>Services</h1> | ||
</div> | ||
<span>{descriptionText}</span> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters