From 1b6249e857a1a1973db68560d3dbd7e3ac47015e Mon Sep 17 00:00:00 2001 From: Mathys Date: Tue, 1 Jul 2025 23:04:19 -0400 Subject: [PATCH] test3 --- src/components/deco/BackgroundGradient.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/deco/BackgroundGradient.tsx b/src/components/deco/BackgroundGradient.tsx index 0620357..909fd5f 100644 --- a/src/components/deco/BackgroundGradient.tsx +++ b/src/components/deco/BackgroundGradient.tsx @@ -1,3 +1,4 @@ +//test3 interface BackgroundGradientProps { text?: string; isFixed?: boolean;