File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/bootstrap4-theme/stories/components/heroes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments