diff --git a/src/pages/bootcamp.tsx b/src/pages/bootcamp.tsx index e4281431..3b86ecec 100644 --- a/src/pages/bootcamp.tsx +++ b/src/pages/bootcamp.tsx @@ -39,7 +39,10 @@ export default function Bootcamp(props) {

Milvus Bootcamp

{title}

-

{description}

+

@@ -52,7 +55,6 @@ export default function Bootcamp(props) { @@ -62,19 +64,21 @@ export default function Bootcamp(props) {
-
-

{section4.title}

- -
+ {section4.content.length > 0 && ( +
+

{section4.title}

+ +
+ )} diff --git a/src/styles/bootcamp.module.less b/src/styles/bootcamp.module.less index 52133fdd..d9eb0721 100644 --- a/src/styles/bootcamp.module.less +++ b/src/styles/bootcamp.module.less @@ -1,8 +1,13 @@ @import url('../styles/global.module.less'); +@link-color: #1493cc; + .bootcampContainer { padding-top: 40px; padding-bottom: 40px; + a { + color: @link-color; + } } .seoTitle {