Skip to content

Commit 2498f31

Browse files
committed
Remove unused Bootstrap class
This class isn't available in Bootstrap 4.
1 parent 915667a commit 2498f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/ExampleComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row justify-content-center">
44
<div class="col-md-8">
5-
<div class="card card-default">
5+
<div class="card">
66
<div class="card-header">Example Component</div>
77

88
<div class="card-body">

0 commit comments

Comments
 (0)