Skip to content

Commit efcbb1f

Browse files
authored
Merge pull request #126 from ASU/UDS-149-Heroes-Small-and-large
Added links to the button elements.
2 parents ec251da + b27005a commit efcbb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bootstrap4-theme/stories/components/heroes/heroes.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ storiesOf('Components/Heroes', module)
2222
<h1 class="heading heading-one col-md-8"><span class="highlight highlight-gold highlight-heading-one">Heading 1</span></h1>
2323
<div class="uds-hero-text col-sm-12 col-md-7">
2424
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
25-
<button class="btn btn-gold" type="submit">Call to action button</button>
25+
<a href="#" class="btn btn-gold" />Call to action</a>
2626
</div>
2727
</div>
2828
</div>
@@ -34,7 +34,7 @@ storiesOf('Components/Heroes', module)
3434
<h1 class="heading heading-one col-md-8"><span class="highlight highlight-gold highlight-heading-one">Heading 1</span></h1>
3535
<div class="uds-hero-text col-sm-12 col-md-7">
3636
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
37-
<button class="btn btn-gold" type="submit">Call to action button</button>
37+
<a href="#" class="btn btn-gold" />Call to action</a>
3838
</div>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)