mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-19 23:21:30 +00:00
Replace icons
This commit is contained in:
parent
607b215130
commit
4321aaea9a
417 changed files with 2788 additions and 1938 deletions
web-frontend/modules/builder/components/elements
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue