1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-19 23:21:30 +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,9 +1,8 @@
<template>
<a class="select__footer-create-link" v-on="$listeners">
<span>
<i class="select__footer-create-icon fas fa-stream"></i>
{{ $t('addElementButton.label') }}
</span>
<i class="select__footer-create-icon iconoir-selection"></i>
<span> {{ $t('addElementButton.label') }} </span>
<i class="select__footer-create-link-icon iconoir-plus"></i>
</a>
</template>