Skip to content

Commit e67e6d9

Browse files
Merge branch 'master' into chore/contributing-version-guardrail
2 parents 4f5a5f1 + 0f23e11 commit e67e6d9

4 files changed

Lines changed: 14 additions & 21 deletions

File tree

src/collections/integrations/k8gb/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ components: [
2020
"colorIcon": "icons/components/gslb/icons/color/gslb-color.svg",
2121
"whiteIcon": "icons/components/gslb/icons/white/gslb-white.svg",
2222
"description": "",
23+
},
24+
{
25+
"name": "zone-delegation",
26+
"colorIcon": "icons/components/zone-delegation/icons/color/zone-delegation-color.svg",
27+
"whiteIcon": "icons/components/zone-delegation/icons/white/zone-delegation-white.svg",
28+
"description": "",
29+
},
30+
{
31+
"name": "zone-delegation",
32+
"colorIcon": "icons/components/zone-delegation/icons/color/zone-delegation-color.svg",
33+
"whiteIcon": "icons/components/zone-delegation/icons/white/zone-delegation-white.svg",
34+
"description": "",
2335
}]
2436
featureList: [
2537
"Provides a security benchmark for Kubernetes",
-21.6 KB
Binary file not shown.

src/collections/members/anita-ihuman/index.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/sections/Company/News-single/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const NewsSingle = ({ data, children }) => {
8686
</Row>
8787
</div>
8888
{frontmatter.source_url ? (
89-
<div style={{ display: "flex", textDecoration: "italic" }}>
89+
<div style={{ display: "flex", fontStyle: "italic" }}>
9090
<h5>
9191
Originally published on{" "}
9292
<a
@@ -100,7 +100,7 @@ const NewsSingle = ({ data, children }) => {
100100
</div>
101101
) : (
102102
frontmatter.eurl && (
103-
<div style={{ display: "flex", textDecoration: "italic" }}>
103+
<div style={{ display: "flex", fontStyle: "italic" }}>
104104
<h5>
105105
Read the full article on{" "}
106106
<a

0 commit comments

Comments
 (0)