1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-21 07:56:54 +00:00

Replace icons

This commit is contained in:
Jonathan Adeline 2023-09-28 13:39:41 +00:00
parent 607b215130
commit 4321aaea9a
417 changed files with 2788 additions and 1938 deletions
web-frontend/modules/builder/components/elements

View file

@ -1,6 +1,6 @@
<template>
<a class="element-preview__insert" @click="$emit('click')">
<i class="fas fa-plus"></i>
<i class="iconoir-plus"></i>
</a>
</template>