From 3eaedd2f163d6b31747ed01c46192e20a39adab0 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Sun, 4 Aug 2024 23:27:46 -0700 Subject: [PATCH] Removed non-standard text from the newest shader description. --- source/shaders/distorted-motion-blur/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shaders/distorted-motion-blur/index.md b/source/shaders/distorted-motion-blur/index.md index cad64c5..dba333b 100644 --- a/source/shaders/distorted-motion-blur/index.md +++ b/source/shaders/distorted-motion-blur/index.md @@ -2,7 +2,7 @@ description: A shader that simulates motion blur and adds a distortion effect when scrolling on the screen. shader: title: Distorted Motion Blur - description: "This shader simulates a motion blur effect with a distortion effect when scrolling. You can find an example implementation of the shader in Flutter here: https://github.com/vgtle/shader_studio/tree/main." + description: "Distorts the UI with a blur while scrolling." screenshot: distorted-motion-blur.png video: distorted-motion-blur.mp4 # For the moment we need to record the path to this directory until Static Shock provides this