mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
fix: fontawesome license text added and vue file linting errors fixed
Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
4c887ec12b
commit
1b4e967604
2 changed files with 5 additions and 5 deletions
|
|
@ -336,8 +336,8 @@ SPDX-License-Identifier = "LicenseRef-XTrademarks"
|
|||
[[annotations]]
|
||||
path = ["core/img/bluesky.svg", "core/img/actions/bluesky.svg"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Bluesky PBC"
|
||||
SPDX-License-Identifier = "LicenseRef-BlueskyTrademarks"
|
||||
SPDX-FileCopyrightText = "2012-2024 Fonticons, Inc."
|
||||
SPDX-License-Identifier = "CC-BY-4.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["core/img/facebook.svg", "apps/federatedfilesharing/img/social-facebook.svg"]
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
<template>
|
||||
<AccountPropertySection v-bind.sync="value"
|
||||
:readable="readable"
|
||||
:on-validate="onValidate"
|
||||
:placeholder="t('settings', 'Bluesky handle')" />
|
||||
:readable="readable"
|
||||
:on-validate="onValidate"
|
||||
:placeholder="t('settings', 'Bluesky handle')" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
|
|
|||
Loading…
Reference in a new issue