diff options
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components.html b/components.html index 839e14290..e4a1fdb7e 100644 --- a/components.html +++ b/components.html @@ -2027,7 +2027,7 @@ body { padding-bottom: 70px; } <div class="container"> <h1>Hello, world!</h1> <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> - <p><a class="btn btn-primary btn-lg">Learn more</a></p> + <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p> </div> </div> </div> @@ -2036,7 +2036,7 @@ body { padding-bottom: 70px; } <div class="container"> <h1>Hello, world!</h1> <p>...</p> - <p><a class="btn btn-primary btn-lg">Learn more</a></p> + <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p> </div> </div> {% endhighlight %} |
