Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit ad13b9d

Browse files
authored
refactor: missing prop for details-box-mobile component (#649)
1 parent 33c0f39 commit ad13b9d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

resources/views/details-box-mobile.blade.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
@props([
22
'title',
3-
'icon' => null,
4-
'iconRaw' => null,
5-
'iconClass' => null,
6-
'slotClass' => null,
7-
'titleClass' => 'w-32',
3+
'icon' => null,
4+
'iconRaw' => null,
5+
'iconClass' => null,
6+
'slotClass' => null,
7+
'titleClass' => 'w-32',
8+
'wrapperClass' => null,
89
])
910

1011
<div class="flex justify-between">

0 commit comments

Comments
 (0)