Skip to content

Commit 4cf350f

Browse files
author
Vivek Vishal
authored
Merge pull request #6043 from CalebZoe/more-kanvas-icon
update kanvas logo in CTA
2 parents 745231f + df5bb8e commit 4cf350f

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

src/sections/Community/Handbook/repo-data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import appmeshLogo from "../../../assets/images/service-mesh-icons/aws-app-mesh.
1919
import ciliumLogo from "../../../assets/images/service-mesh-icons/cilium.svg";
2020
import wasm from "../../../assets/images/webassembly/webssembly_icon.svg";
2121
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";
2323

2424
export const repo_data = [
2525
{
@@ -85,7 +85,7 @@ export const repo_data = [
8585
},
8686
{
8787
project: "Kanvas",
88-
image: meshery,
88+
image: kanvasLogo,
8989
site: "/cloud-native-management/kanvas",
9090
language: "React.js, Cytoscape.js",
9191
maintainers_name: ["Aabid Sofi"],
@@ -324,7 +324,7 @@ export const repo_data = [
324324
},
325325
{
326326
project: "Helm Kanvas Snapshot",
327-
image: meshery,
327+
image: kanvasLogo,
328328
language: "Golang",
329329
maintainers_name: ["Vacant"],
330330
link: [""],

src/sections/Kanvas/kanvas-cta/index.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import styled from "styled-components";
33

44
import { Container } from "../../../reusecore/Layout";
55
import Locator from "./locator.svg";
6-
import MesherySurface from "./meshery-surface.svg";
76
import Button from "../../../reusecore/Button";
87

98
const KanvasCTAWrapper = styled.div`
@@ -17,10 +16,6 @@ const KanvasCTAWrapper = styled.div`
1716
margin: 2rem auto;
1817
align-items: center;
1918
20-
.surface {
21-
width: 60%;
22-
min-width: 160px;
23-
}
2419
.rotate{
2520
animation: coin-rotate 4s ease-in-out infinite alternate;
2621
/* animation-fill-mode: both; */
@@ -59,9 +54,7 @@ const KanvasCTAWrapper = styled.div`
5954
6055
@media screen and (max-width:767px) {
6156
display: block;
62-
.surface {
63-
width: 30%;
64-
}
57+
6558
.rotate {
6659
margin: 0 auto 0.25rem;
6760
height: 12rem;
@@ -97,7 +90,6 @@ const KanvasCTA = () => {
9790
<div className="CTAbody">
9891
<div>
9992
<img className="rotate" src={Locator} />
100-
<img className="surface" src={MesherySurface} />
10193
</div>
10294
<div className="text">
10395
<h2><span>Kanvas</span> is here!</h2>
Lines changed: 26 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)