Skip to content

Commit 1ab8194

Browse files
Header button - Add missing value to the fluid prop
1 parent 5b20fa1 commit 1ab8194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Header() {
88
return (
99
<div className='header'>
1010
<Jumbotron fluid>
11-
<Button fluid>Read and Sign the Manifesto</Button>
11+
<Button fluid="true">Read and Sign the Manifesto</Button>
1212
</Jumbotron>
1313
</div>
1414
);

0 commit comments

Comments
 (0)