fix: fontawesome license text added and vue file linting errors fixed

Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
yemkareems 2025-08-08 08:29:04 +05:30 committed by nextcloud-command
parent 4c887ec12b
commit 1b4e967604
2 changed files with 5 additions and 5 deletions

View file

@ -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"]

View file

@ -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">