From a780bf270b8123481c2c6c4f7afbc18e17f144c9 Mon Sep 17 00:00:00 2001 From: Arghya Das Date: Fri, 27 Dec 2024 11:31:46 +0530 Subject: [PATCH] fix: fixing the morphing text to work on firefox too (#469) --- registry/default/magicui/morphing-text.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/registry/default/magicui/morphing-text.tsx b/registry/default/magicui/morphing-text.tsx index f7cb82c73..78266fbb9 100644 --- a/registry/default/magicui/morphing-text.tsx +++ b/registry/default/magicui/morphing-text.tsx @@ -110,7 +110,11 @@ const Texts: React.FC> = ({ texts }) => { }; const SvgFilters: React.FC = () => ( - +