Skip to content

Commit 8a73074

Browse files
authored
Update index.js
1 parent 9c267be commit 8a73074

File tree

1 file changed

+0
-26
lines changed
  • src/theme/badges/CloudSupportedBadge

1 file changed

+0
-26
lines changed
Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< consolidate-dictionary-docs
21
import React from "react"
32
import styles from "./styles.module.css"
43

@@ -22,28 +21,3 @@ const CloudSupportedBadge = () => {
2221
}
2322

2423
export default CloudSupportedBadge
25-
=======
26-
import React from "react"
27-
import styles from "./styles.module.css"
28-
29-
const Icon = () => {
30-
return (
31-
<div className={styles.cloudIcon} style={{marginRight: '8px', marginTop: '4px'}}>
32-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
33-
<path fillRule="evenodd" clipRule="evenodd" d="M5.33395 12.6667H12.3739C13.6593 12.6667 14.7073 11.6187 14.7073 10.3334C14.7073 9.04804 13.6593 8.00004 12.3739 8.00004H12.0839V7.33337C12.0839 5.12671 10.2906 3.33337 8.08395 3.33337C6.09928 3.33337 4.45395 4.78537 4.14195 6.68204C2.55728 6.76271 1.29395 8.06204 1.29395 9.66671C1.29395 11.3234 2.63728 12.6667 4.29395 12.6667H5.33395Z"
34-
strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/>
35-
</svg>
36-
</div>
37-
)
38-
}
39-
40-
const CloudSupportedBadge = () => {
41-
return (
42-
<div className={styles.cloudBadge}>
43-
<Icon />{'Supported in ClickHouse Cloud'}
44-
</div>
45-
)
46-
}
47-
48-
export default CloudSupportedBadge
49-
>>>>>>> main

0 commit comments

Comments
 (0)