File tree Expand file tree Collapse file tree 3 files changed +30
-13
lines changed Expand file tree Collapse file tree 3 files changed +30
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import appmeshLogo from "../../../assets/images/service-mesh-icons/aws-app-mesh.
19
19
import ciliumLogo from "../../../assets/images/service-mesh-icons/cilium.svg" ;
20
20
import wasm from "../../../assets/images/webassembly/webssembly_icon.svg" ;
21
21
import recognitionLogo from "../../../assets/images/recognition-program/recognition-program.png" ;
22
- import kanvasLogo from "../../../assets/images/kanvas-snapshot /kanvas-snapshot .svg" ;
22
+ import kanvasLogo from "../../../assets/images/kanvas/icon-only /kanvas-icon-color .svg" ;
23
23
24
24
export const repo_data = [
25
25
{
@@ -85,7 +85,7 @@ export const repo_data = [
85
85
} ,
86
86
{
87
87
project : "Kanvas" ,
88
- image : meshery ,
88
+ image : kanvasLogo ,
89
89
site : "/cloud-native-management/kanvas" ,
90
90
language : "React.js, Cytoscape.js" ,
91
91
maintainers_name : [ "Aabid Sofi" ] ,
@@ -324,7 +324,7 @@ export const repo_data = [
324
324
} ,
325
325
{
326
326
project : "Helm Kanvas Snapshot" ,
327
- image : meshery ,
327
+ image : kanvasLogo ,
328
328
language : "Golang" ,
329
329
maintainers_name : [ "Vacant" ] ,
330
330
link : [ "" ] ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import styled from "styled-components";
3
3
4
4
import { Container } from "../../../reusecore/Layout" ;
5
5
import Locator from "./locator.svg" ;
6
- import MesherySurface from "./meshery-surface.svg" ;
7
6
import Button from "../../../reusecore/Button" ;
8
7
9
8
const KanvasCTAWrapper = styled . div `
@@ -17,10 +16,6 @@ const KanvasCTAWrapper = styled.div`
17
16
margin: 2rem auto;
18
17
align-items: center;
19
18
20
- .surface {
21
- width: 60%;
22
- min-width: 160px;
23
- }
24
19
.rotate{
25
20
animation: coin-rotate 4s ease-in-out infinite alternate;
26
21
/* animation-fill-mode: both; */
@@ -59,9 +54,7 @@ const KanvasCTAWrapper = styled.div`
59
54
60
55
@media screen and (max-width:767px) {
61
56
display: block;
62
- .surface {
63
- width: 30%;
64
- }
57
+
65
58
.rotate {
66
59
margin: 0 auto 0.25rem;
67
60
height: 12rem;
@@ -97,7 +90,6 @@ const KanvasCTA = () => {
97
90
< div className = "CTAbody" >
98
91
< div >
99
92
< img className = "rotate" src = { Locator } />
100
- < img className = "surface" src = { MesherySurface } />
101
93
</ div >
102
94
< div className = "text" >
103
95
< h2 > < span > Kanvas</ span > is here!</ h2 >
You can’t perform that action at this time.
0 commit comments