aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/components.html b/components.html
index 627327647..960088a79 100644
--- a/components.html
+++ b/components.html
@@ -558,9 +558,9 @@ base_url: "../"
<div class="bs-example">
<div class="btn-group btn-group-justified">
- <button type="button" class="btn btn-default">Left</button>
- <button type="button" class="btn btn-default">Middle</button>
- <button type="button" class="btn btn-default">Right</button>
+ <a class="btn btn-default" role="button">Left</a>
+ <a class="btn btn-default" role="button">Middle</a>
+ <a class="btn btn-default" role="button">Right</a>
</div>
</div>
{% highlight html %}