Skip to content

Commit

Permalink
Merge branch 'main' into DOC-15369-Resurrect-initial-Headless-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
telmaq committed Aug 7, 2024
2 parents 87d95b1 + 7797bd8 commit 3cf03c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ img {
.search-box {
width: 60%;
max-width: 500px;
text-align: left;
}

.search-box input {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Facet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Facet: FunctionComponent<FacetProps> = (props) => {
);
}

return(
return (
<div className="facet">
<h3>{props.title}</h3>
<ul>
Expand Down

0 comments on commit 3cf03c9

Please sign in to comment.