@@ -5,17 +5,18 @@ import TOC from "../../../components/SistentNavigation";
55import IntraPage from "../../../components/handbook-navigation/intra-page" ;
66import SistentPagination from "../../../components/SistentNavigation/pagination" ;
77
8+ import { Link } from "gatsby" ;
89import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode" ;
910import { CodeBlock } from "./components/button/code-block" ;
10- import { SistentThemeProvider } from "@layer5 /sistent" ;
11- import { Button } from "@layer5 /sistent" ;
11+ import { SistentThemeProvider } from "@sistent /sistent" ;
12+ import { Button } from "@sistent /sistent" ;
1213
1314const contents = [ { id : 0 , link : "#About Sistent" , text : "About Sistent" } ] ;
1415
1516const codes = [
16- "npm i @layer5 /sistent" ,
17- ` import { SistentThemeProvider } from "@layer5 /sistent";
18- import { Button } from "@layer5 /sistent";
17+ "npm i @sistent /sistent" ,
18+ ` import { SistentThemeProvider } from "@sistent /sistent";
19+ import { Button } from "@sistent /sistent";
1920
2021 <SistentThemeProvider>
2122 <Button variant="contained">Filled</Button>
@@ -78,8 +79,8 @@ const SistentAbout = () => {
7879 </ p >
7980 < h3 > Layer5 Brand Resources</ h3 >
8081 < ul >
81- < li > < a href = "https://layer5.io/ brand/brand-guide.pdf"> Brand Guide</ a > </ li >
82- < li > < a href = "https://layer5.io/company/ brand"> Logos and Brand Kits</ a > </ li >
82+ < li > < Link to = "/ brand/brand-guide.pdf"> Brand Guide</ Link > </ li >
83+ < li > < Link to = "/ brand"> Logos and Brand Kits</ Link > </ li >
8384 </ ul >
8485 < a id = "Installation" >
8586 < h2 > Installation and Quickstart</ h2 >
@@ -90,7 +91,7 @@ const SistentAbout = () => {
9091 </ div >
9192 < p >
9293 After installation, you can import Sistent theme and any Sistent
93- component from "@layer5 /sistent". The component needs to be
94+ component from "@sistent /sistent". The component needs to be
9495 included inside "SistentThemeProvider".
9596 </ p >
9697 < p > Taking button as an example:</ p >
0 commit comments