skin-dt-32 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/vueComponents.js +2 -2
- package/package.json +1 -1
package/config/vueComponents.js
CHANGED
|
@@ -177,7 +177,7 @@ Vue.component('navbar-foro', {
|
|
|
177
177
|
<div class="icon">
|
|
178
178
|
<i class="fas fa-cogs"></i>
|
|
179
179
|
</div>
|
|
180
|
-
<div class="text">
|
|
180
|
+
<div class="text">Administrar</div>
|
|
181
181
|
</a>
|
|
182
182
|
</li>
|
|
183
183
|
</template>
|
|
@@ -186,7 +186,7 @@ Vue.component('navbar-foro', {
|
|
|
186
186
|
<div class="icon">
|
|
187
187
|
<i class="fas fa-sign-out-alt"></i>
|
|
188
188
|
</div>
|
|
189
|
-
<div class="text">
|
|
189
|
+
<div class="text">Salir</div>
|
|
190
190
|
</a>
|
|
191
191
|
</li>
|
|
192
192
|
</template>
|