diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index 3bc382d..b9703ca 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -108,7 +108,7 @@ const config: Config = {
],
},
],
- copyright: `Copyright © ${new Date().getFullYear()} AgentEval Contributors. Licensed under Apache 2.0.`,
+ copyright: `Copyright © ${new Date().getFullYear()} ByteVeda. Licensed under Apache 2.0.`,
},
prism: {
theme: prismThemes.github,
diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css
index 1993b48..575b806 100644
--- a/docs/src/pages/index.module.css
+++ b/docs/src/pages/index.module.css
@@ -30,6 +30,17 @@
margin-bottom: 1rem;
}
+.buttons .button--outline {
+ color: #ffffff;
+ border-color: #ffffff;
+}
+
+.buttons .button--outline:hover {
+ background: rgba(255, 255, 255, 0.15);
+ color: #ffffff;
+ border-color: #ffffff;
+}
+
.quickstart {
padding: 4rem 0;
background: var(--ifm-color-emphasis-100);
diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index c73e030..4503570 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -160,9 +160,9 @@ export default function Home(): ReactNode {