feat: Upgrade prompt for help center (#8010)
Co-authored-by: Sojan Jose <sojan@pepalo.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:type="type"
|
||||
:icons="icons"
|
||||
:view-box="viewBox"
|
||||
:icon-lib="iconLib"
|
||||
/>
|
||||
</template>
|
||||
<script>
|
||||
@@ -33,6 +34,10 @@ export default {
|
||||
type: String,
|
||||
default: '0 0 24 24',
|
||||
},
|
||||
iconLib: {
|
||||
type: String,
|
||||
default: 'fluent',
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return { icons };
|
||||
|
||||
Reference in New Issue
Block a user