From 18cca86200ca4d2332d8271571303b56596995a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E5=BE=8B=E7=BA=AF?= Date: Wed, 11 Sep 2024 23:55:39 +0800 Subject: [PATCH] Update index.tsx --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a6462ca8..4f8e1acb 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -6,7 +6,7 @@ import Layout from "@theme/Layout"; import clsx from "clsx"; import React from "react"; import Benchmark from "../components/Benchmark"; -import AnimatedGradientStarWithGithub from "../components/MagicUi/animated-shiny-text"; +// import AnimatedGradientStarWithGithub from "../components/MagicUi/animated-shiny-text"; import BlurFade from "../components/MagicUi/blur-fade"; import BentoGridCard from "../components/MagicUi/card"; import StarrySky from "../components/StarrySky";