Skip to content

Commit aa4419f

Browse files
authored
Merge pull request #62 from carlcs/patch-1
Update buttons.blade.md
2 parents 684f23d + 9d81043 commit aa4419f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/examples/buttons.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ title: "Buttons"
103103

104104
@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])
105105
<div class="inline-flex">
106-
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded-l">
106+
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded rounded-l">
107107
Prev
108108
</button>
109-
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded-r">
109+
<button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded rounded-r">
110110
Next
111111
</button>
112112
</div>

0 commit comments

Comments
 (0)