Skip to content

Commit 8189bcb

Browse files
authored
Merge pull request #89 from prajwalkulkarni/header
Header button - Add missing value to the fluid prop
2 parents 1292d55 + 1ab8194 commit 8189bcb

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)