From 260b1dc978860994496d959ea86228dfbdf9e21e Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 18 Jul 2025 12:58:41 +0200 Subject: [PATCH] feat: :sparkles: add copyright notice to ability images --- src/components/ability.webc | 29 +++++++++++++++++++++++++---- src/sebin/abilities.md | 8 ++++---- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/src/components/ability.webc b/src/components/ability.webc index 3f15853..5ce6716 100644 --- a/src/components/ability.webc +++ b/src/components/ability.webc @@ -6,8 +6,13 @@ :alt="`${$data.firstName.toLowerCase()}'s ${name}`" :width="[250, 500]" sizes="(min-width: 64em) 500px, 250px" - >Here you would see an illustration… If I had one… + > + + Here you would see an illustration… If I had one…

@@ -16,18 +21,23 @@