Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Add new Link to index, HeaderRight
Browse files Browse the repository at this point in the history
  • Loading branch information
milesrichardson committed May 12, 2020
1 parent 7f55243 commit 1323c08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/components/HeaderRight/HeaderRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { jsx } from "theme-ui";
import * as React from "react";

import { Link } from "@splitgraph/tdesign";
import { Link } from "../Link";

export interface IHeaderRightProps {}

Expand Down
5 changes: 3 additions & 2 deletions docs/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { jsx, Box, SystemStyleObject } from "theme-ui";

import React from "react";

import { NextSeo } from "next-seo"
import { NextSeo } from "next-seo";

import withTheme from "../hocs/withTheme";
import { LandingPageLayout } from "../components/LandingPageLayout";
Expand All @@ -15,13 +15,14 @@ import { keyframes, css } from "@emotion/core";
import LandingPageSplitfile from "@splitgraph/content/marketing/LandingPageSplitfile.mdx";

import {
Link,
IconPostgresLogo,
IconComposeImages,
IconUpdateImages,
IconUploadDatabase,
} from "@splitgraph/tdesign";

import { Link } from "@splitgraph/docs/components";

/*
TODO / temp:
Expand Down
2 changes: 1 addition & 1 deletion templaters/layouts/withDocsLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { jsx } from "theme-ui";
import React, { useMemo } from "react";

import { Link } from "@splitgraph/docs/components/Link";
import { Link } from "@splitgraph/docs/components";

import {
Box,
Expand Down

0 comments on commit 1323c08

Please sign in to comment.