This is an automated email from the ASF dual-hosted git repository.

hsluoyz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/casbin-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ea3b1c69 fix: fix broken adapter link
ea3b1c69 is described below

commit ea3b1c69894f5d0f4627420745fc3e7fdbc69f8d
Author: Yang Luo <[email protected]>
AuthorDate: Wed Mar 25 20:57:28 2026 +0800

    fix: fix broken adapter link
---
 src/components/HomepageFeatures/index.js | 2 +-
 src/pages/index.module.css               | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/HomepageFeatures/index.js 
b/src/components/HomepageFeatures/index.js
index 8d34b437..dc9aeaa1 100644
--- a/src/components/HomepageFeatures/index.js
+++ b/src/components/HomepageFeatures/index.js
@@ -23,7 +23,7 @@ const FeatureList = [
       <Translate
         values={{
           adaptersLink: (
-            <a href="/docs/AdapterData">
+            <a href="/docs/adapters">
               <Translate>adapters</Translate>
             </a>
           ),
diff --git a/src/pages/index.module.css b/src/pages/index.module.css
index f9a5c3d1..3ec4a7ea 100644
--- a/src/pages/index.module.css
+++ b/src/pages/index.module.css
@@ -459,7 +459,6 @@ html[data-theme="light"] .highlightedKeyword {
     );
   background-size: 200% 200%;
   background-clip: text;
-  background-clip: text;
   -webkit-text-fill-color: transparent;
 
   /* Glow effect */
@@ -514,6 +513,5 @@ html[data-theme="light"] .highlightedKeyword {
     );
   background-size: 200% 200%;
   background-clip: text;
-  background-clip: text;
   filter: drop-shadow(0 2px 12px rgb(129 140 248 / 50%));
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to