13 lines
426 B
Vue
13 lines
426 B
Vue
<template>
|
|
<div class="vp-raw">
|
|
<P class="!text-green-400 italic">
|
|
Deliver great service experiences fast - without the complexity of traditional ITSM solutions. Accelerate critical development work, eliminate toil, and deploy changes with ease, with a complete
|
|
audit trail for every change.
|
|
</P>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
import P from '../../../../src/components/Typography/P.vue'
|
|
</script>
|