Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria Nduka <[email protected]>
  • Loading branch information
nwanduka authored Feb 18, 2024
1 parent 5afd2f7 commit 48aaa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Community/Newcomers-guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import { Col, Container, Row } from "../../../reusecore/Layout";
import PageHeader from "../../../reusecore/PageHeader";
import { NewcomersGuideWrapper } from "./NewcomersPageWrapper.style";
import { ReactComponent as CommunityImage1 } from "../../../assets/images/newcomers-page-images/layer5-contributor.svg";
import CommunityImage4 from "../../Community/Community-pictures/14.svg";
import CommunityImage4 from "../../Community-pictures/14.svg";
import TutorialsTable from "./Tutorials-table";
import NewcomersMap from "./newcomers-map";
import JoinCommunity from "../Join-community";
import longArrow from "./long-arrow.svg";
import { StaticImage } from "gatsby-plugin-image";

const CommunityImage2 = "../../Community/Community-pictures/17.svg";
const CommunityImage2 = "../../Community-pictures/17.svg";
const CommunityImage3 = "../../../assets/images/newcomers-page-images/community-collage.webp";

const NewcomersGuide = () => {
Expand Down

0 comments on commit 48aaa81

Please sign in to comment.