Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Oct 15, 2021
1 parent ff17aa3 commit c2c39a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const navLinks = [
]

/**
* A LayoutComponent that renders a page with a SearchBar and Navigation tabs.
* A LayoutComponent that provides a SearchBar and Navigation tabs to a given page.
*/
const Layout: LayoutComponent = ({ page }) => {
const isVertical = useAnswersState(state => !!state.vertical.key);
Expand Down

0 comments on commit c2c39a9

Please sign in to comment.