Skip to content

Commit ac8d5fe

Browse files
committed
refactor: remove Jumbotron
note: will need to replace this with something else because the updated version removed this component from the lib
1 parent d8061f2 commit ac8d5fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/Landing/Header/Header.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ function Header({
1616
}) {
1717
return (
1818
<div className='header'>
19-
<Jumbotron fluid>
20-
{/* <SearchBar
19+
{/* <Jumbotron fluid> */}
20+
{/* <SearchBar
2121
posts={posts}
2222
filteredData={filteredData}
2323
setFilteredData={setFilteredData}
2424
wordEntered={wordEntered}
2525
setWordEntered={setWordEntered}
2626
handleFilter={handleFilter}
2727
/> */}
28-
<Link to='/signup'>
29-
<Button fluid='true'>Sign up to sign the manifesto!</Button>
30-
</Link>
31-
</Jumbotron>
28+
<Link to='/signup'>
29+
<Button fluid='true'>Sign up to sign the manifesto!</Button>
30+
</Link>
31+
{/* </Jumbotron> */}
3232
</div>
3333
);
3434
}

0 commit comments

Comments
 (0)