We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684f23d commit 9d81043Copy full SHA for 9d81043
docs/source/docs/examples/buttons.blade.md
@@ -103,10 +103,10 @@ title: "Buttons"
103
104
@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])
105
<div class="inline-flex">
106
- <button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded-l">
+ <button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded rounded-l">
107
Prev
108
</button>
109
- <button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded-r">
+ <button class="bg-smoke hover:bg-smoke-dark text-slate-dark font-bold py-2 px-4 rounded rounded-r">
110
Next
111
112
</div>
0 commit comments