add title to root danger badge

This commit is contained in:
joshuaboud 2022-07-07 14:10:48 -03:00
parent a2a9863ac1
commit f05017f85d
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -1,5 +1,10 @@
<template> <template>
<ShieldExclamationIcon v-if="showWarning" class="size-icon icon-danger" /> <div
v-if="showWarning"
title="You have administrative access. Be careful."
>
<ShieldExclamationIcon class="size-icon icon-danger" />
</div>
</template> </template>
<script> <script>