fix: docs button

This commit is contained in:
AykutSarac 2023-03-07 22:09:05 +03:00
parent 7c2f319f23
commit 4add303fe7
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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="/">
&lt; Go Back
</Button>
<h1>Documentation</h1>