This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new edf534d9393 Modify the entry address (#63)
edf534d9393 is described below
commit edf534d9393e1e877ad273dfb11717016e1e5bfe
Author: song7788q <[email protected]>
AuthorDate: Tue Aug 23 14:44:03 2022 +0800
Modify the entry address (#63)
---
src/components/PageBanner/styles.scss | 1 +
src/pages/index.tsx | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/PageBanner/styles.scss
b/src/components/PageBanner/styles.scss
index a75c6b148ca..b2a708fe4ac 100644
--- a/src/components/PageBanner/styles.scss
+++ b/src/components/PageBanner/styles.scss
@@ -43,6 +43,7 @@
border: none;
transition: all .3s;
font-weight: 500;
+ border: 1px solid transparent;
&:hover {
// box-shadow: 10px 16px 18px rgba(195, 203, 235, 0.2);
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index d8f3f96be52..778332f4cbd 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -21,7 +21,7 @@ export default function Home(): JSX.Element {
},
{
label: <Translate id="homepage.banner.button1">Get
Started</Translate>,
- link: '/docs/get-starting/',
+ link: '/docs/summary/basic-summary',
type: 'ghost',
},
{
@@ -243,7 +243,7 @@ export default function Home(): JSX.Element {
<Link className="start-btn download-btn"
to="/download">
<Translate
id="homepage.start.downloadButton">Download</Translate>
</Link>
- <Link className="start-btn docs-btn"
to="/docs/get-starting/">
+ <Link className="start-btn docs-btn"
to="/docs/summary/basic-summary">
<Translate id="homepage.start.docsButton">Go
to docs</Translate>
</Link>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]