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

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/54069/head
yemkareems 2 months ago committed by nextcloud-command
parent 4c887ec12b
commit 1b4e967604
  1. 4
      REUSE.toml
  2. 6
      apps/settings/src/components/PersonalInfo/BlueskySection.vue

@ -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…
Cancel
Save