From 44237a80a590cf05b91727415cb78e00ce6cb7a9 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Sat, 26 Oct 2024 17:30:51 +1100 Subject: [PATCH] fix image zoom stuff --- src/index.md | 2 +- src/vue-components/Image.vue | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/index.md b/src/index.md index c7a27e4..b196ead 100644 --- a/src/index.md +++ b/src/index.md @@ -241,7 +241,7 @@ layout: home layout="rtl" :panels="[ { - title: 'GenerativeAI e-Discovery', + title: 'GenerativeAI powered e-Discovery', text: ` Interrogate sets of files / folders to extract the themes and narratives that you might want to describe. Easily comprehend large swathes of data to find the insights diff --git a/src/vue-components/Image.vue b/src/vue-components/Image.vue index 773b836..c74cb25 100644 --- a/src/vue-components/Image.vue +++ b/src/vue-components/Image.vue @@ -1,20 +1,18 @@