mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: docs button
This commit is contained in:
parent
7c2f319f23
commit
4add303fe7
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "json-crack",
|
||||
"private": true,
|
||||
"version": "v2.6.0",
|
||||
"version": "v2.8.0",
|
||||
"author": "https://github.com/AykutSarac",
|
||||
"homepage": "https://jsoncrack.com",
|
||||
"scripts": {
|
||||
|
@ -1,8 +1,8 @@
|
||||
import React from "react";
|
||||
import dynamic from "next/dynamic";
|
||||
import Head from "next/head";
|
||||
import { Button } from "@mantine/core";
|
||||
import materialDark from "react-syntax-highlighter/dist/cjs/styles/prism/material-dark";
|
||||
import { Button } from "src/components/Button";
|
||||
import { Footer } from "src/components/Footer";
|
||||
import styled from "styled-components";
|
||||
|
||||
@ -63,7 +63,7 @@ const Docs = () => {
|
||||
<meta name="description" content="Embedding JSON Crack tutorial into your websites." />
|
||||
</Head>
|
||||
<StyledPage>
|
||||
<Button href="/" link status="SECONDARY">
|
||||
<Button component="a" href="/">
|
||||
< Go Back
|
||||
</Button>
|
||||
<h1>Documentation</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user