Skip to content

Commit 2d7550a

Browse files
committed
add user quote
Signed-off-by: Siddhi sahu <himanisahu739@gmail.com>
1 parent c68c51b commit 2d7550a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import InlineQuotes from "../../components/Inline-quotes";
1010
import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp";
1111
import NicJacksonImg from "../../collections/members/nicholas-jackson/nic-jackson.webp";
1212
import RutkIkegahImg from "../../collections/members/ruth-ikegah/ruth-ikegah.jpg";
13-
import DhruvSharmaImg from "./images/Dhruv-Sharma.png"
13+
import DhruvSharmaImg from "./images/Dhruv-Sharma.png";
1414

1515

1616
const DevrelContentWrapper = styled.div`

src/sections/Projects/Sistent/components/icons/guidance.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
4-
import { Row } from "../../../../../reusecore/Layout";
5-
import { SistentThemeProvider } from "@sistent/sistent";
4+
// import { Row } from "../../../../../reusecore/Layout";
5+
// import { SistentThemeProvider } from "@sistent/sistent";
66
import { SistentLayout } from "../../sistent-layout";
77
import TabButton from "../../../../../reusecore/Button";
8-
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
8+
// import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
99

1010
const IconsGuidance = () => {
1111
const location = useLocation();
12-
const { isDark } = useStyledDarkMode();
12+
// const { isDark } = useStyledDarkMode();
1313

1414
return (
1515
<SistentLayout title="Icons">

src/sections/Projects/Sistent/components/stepper/guidance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from "react";
1+
import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44
import { CustomizedStepper, useStepper, SistentThemeProvider, Box, Typography, Button } from "@sistent/sistent";

0 commit comments

Comments
 (0)