From ae889658affd56f679f6ac498b2f1cca44071c6a Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Wed, 6 Mar 2024 18:19:48 +0200 Subject: [PATCH] fix image labels --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2fa5913..7354c67 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ hide: --- - ![Image title](../assets/images/history.png){ width="100%" } + ![History](../assets/images/history.png){ width="100%" } Maintain all user actions and travel through time, without ever losing your undo/redo stack. @@ -20,7 +20,7 @@ hide: --- - ![Image title](../assets/images/repl.png){ width="100%" } + ![Repl](../assets/images/repl.png){ width="100%" } Evaluate [Clojure](https://clojure.org/) and Javascript code on the embedded REPL to generate shapes, or even extend the editor on the fly. @@ -29,7 +29,7 @@ hide: --- - ![Image title](../assets/images/animations.png){ width="100%" } + ![Animations](../assets/images/animations.png){ width="100%" } Create and edit [SMIL](https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_animation_with_SMIL) animations, an extension of SVG allowing to animating SVG elements.