Skip to content

Commit a533e48

Browse files
Merge pull request #68 from ChetanFTW/draw_library-error_export
Update outdated link
2 parents 39c884d + 20de392 commit a533e48

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

site/src/components/Footer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const Footer = () => {
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import React, { useEffect, useRef, useState } from "react";
33
import { Wrapper, CanvasContainer, OutputBox, StyledSVG, CopyButton } from "./shapeBuilder.styles";
44
import { Button, Typography, Box, CopyIcon } from "@layer5/sistent";
5-
import { SVG, extend as SVGextend } from "@svgdotjs/svg.js";
6-
import draw from "@svgdotjs/svg.draw.js";
5+
import { draw, SVG, extend as SVGextend } from "@svgdotjs/svg.js";
76

87
SVGextend(SVG.Polygon, draw);
98

0 commit comments

Comments
 (0)