Skip to content

Commit dcef14c

Browse files
Merge branch 'master' into patch-2
Signed-off-by: Saurabh Singh <[email protected]>
2 parents 811123a + 4f2fac9 commit dcef14c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

site/src/components/Footer/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Footer = () => {
4545
<li>
4646
<a
4747
className="category-link"
48-
href="https://github.com/meshery/play"
48+
href="https://github.com/meshery-extensions/shape-builder"
4949
>
5050
<img src={GithubIcon} alt="GitHub Icon" />
5151
Github
@@ -98,13 +98,13 @@ const Footer = () => {
9898
</div>
9999
<div className="footer-links community">
100100
<h3 className="section-title">
101-
<a className="title-link" href="https://meshery.io/community">
101+
<a className="title-link" href="https://meshery.io/community/#discussion-forums">
102102
Community
103103
</a>
104104
</h3>
105105
<ul className="section-categories">
106106
<li>
107-
<a className="category-link" href="http://discuss.meshery.io/">
107+
<a className="category-link" href="https://meshery.io/community/#discussion-forums">
108108
Discussion Forum
109109
</a>
110110
</li>
@@ -165,7 +165,7 @@ const Footer = () => {
165165
<li>
166166
<a
167167
className="category-link"
168-
href="https://www.youtube.com/meshery?sub_confirmation=1"
168+
href="https://www.youtube.com/@mesheryio"
169169
>
170170
<img src={YoutubeIcon} alt="Youtube Icon" />
171171
Youtube

site/src/components/ShapeBuilder/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// /* global window */
22
import React, { useEffect, useRef, useState } from "react";
3-
import { Wrapper, CanvasContainer, OutputBox, StyledSVG } from "./shapeBuilder.styles";
4-
import { Button, Typography, Box } from "@sistent/sistent";
3+
import { Wrapper, CanvasContainer, OutputBox, StyledSVG, CopyButton } from "./shapeBuilder.styles";
4+
import { Button, Typography, Box, CopyIcon } from "@sistent/sistent";
55
import { SVG, extend as SVGextend } from "@svgdotjs/svg.js";
6-
import draw from "@svgdotjs/svg.draw.js";
76

87
SVGextend(SVG.Polygon, draw);
98

0 commit comments

Comments
 (0)