-
+
{resource.resolved.name ?? resource.resolved.url}
{resource.resolved?.description}
diff --git a/src/UI/BigComponents/CopyrightPanel.ts b/src/UI/BigComponents/CopyrightPanel.ts
index 988a802ca..d066a4d00 100644
--- a/src/UI/BigComponents/CopyrightPanel.ts
+++ b/src/UI/BigComponents/CopyrightPanel.ts
@@ -102,7 +102,7 @@ export default class CopyrightPanel extends Combine {
let bgAttr: BaseUIElement | string = undefined
if (attrText && attrUrl) {
bgAttr =
- "
" + attrText + ""
+ "
" + attrText + ""
} else if (attrUrl) {
bgAttr = attrUrl
} else {
diff --git a/src/UI/BigComponents/UserProfile.svelte b/src/UI/BigComponents/UserProfile.svelte
index 5ade85a15..5cb514a4d 100644
--- a/src/UI/BigComponents/UserProfile.svelte
+++ b/src/UI/BigComponents/UserProfile.svelte
@@ -37,6 +37,7 @@
diff --git a/src/UI/SpecialVisualizations.ts b/src/UI/SpecialVisualizations.ts
index 25a5c2e36..bf3dce5ab 100644
--- a/src/UI/SpecialVisualizations.ts
+++ b/src/UI/SpecialVisualizations.ts
@@ -1250,7 +1250,7 @@ export default class SpecialVisualizations {
},
{
funcName: "link",
- docs: "Construct a link. By using the 'special' visualisation notation, translation should be easier",
+ docs: "Construct a link. By using the 'special' visualisation notation, translations should be easier",
args: [
{
name: "text",