come on and slam
This commit is contained in:
parent
7495c6b698
commit
6aa7445ea7
6 changed files with 11 additions and 11 deletions
|
@ -3,12 +3,12 @@ import {
|
|||
faEnvelope,
|
||||
faLock,
|
||||
faUnlock,
|
||||
faGlobeEurope
|
||||
faGlobe
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faEnvelope,
|
||||
faGlobeEurope,
|
||||
faGlobe,
|
||||
faLock,
|
||||
faUnlock
|
||||
)
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
:title="$t('post_status.scope.public')"
|
||||
@click="changeVis('public')"
|
||||
>
|
||||
<FAIcon icon="globe-europe" class="button-icon" size="lg" />
|
||||
<FAIcon icon="globe" class="button-icon" size="lg" />
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue