From 0bf0dd9d5482e725ef2d5414bdc8889be0564a61 Mon Sep 17 00:00:00 2001 From: Fabian Reinold Date: Tue, 18 Feb 2025 17:31:22 +0100 Subject: [PATCH] Satisfy prettier --- .vitepress/components/SoftwareImageAvatar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/components/SoftwareImageAvatar.vue b/.vitepress/components/SoftwareImageAvatar.vue index dca9765..f37a6f1 100755 --- a/.vitepress/components/SoftwareImageAvatar.vue +++ b/.vitepress/components/SoftwareImageAvatar.vue @@ -9,7 +9,7 @@ v-if="frontmatter && frontmatter.logo" :alt="frontmatter.title + ' logo'" :src="withBase(frontmatter.logo)" - :cover=false + :cover="false" /> {{ frontmatter.title[0] }}