Skip to content

Commit c694775

Browse files
committed
chore(docs): update logo
1 parent d856c60 commit c694775

File tree

7 files changed

+7
-340
lines changed

7 files changed

+7
-340
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Google Charts
22

3-
<img align="right" alt="Logo" src="website/static/img/logo.png">
3+
<img align="right" alt="Logo" src="apps/docs/static/img/logo-v2.svg">
44

55
React Google Charts is a lightweight and fully typed React wrapper for [Google Charts](https://developers.google.com/chart/interactive/docs/reference).
66

apps/docs/docs/docs.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/docs/docs/examples/docs.ts

Lines changed: 0 additions & 304 deletions
This file was deleted.

apps/docs/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ slug: /
33
description: A thin, typed, React wrapper for Google Charts. Supports 25+ chart types.
44
---
55

6-
import logoUrl from "@site/static/img/logo.png";
6+
import Logo from "../static/img/logo-v2.svg";
77

88
# React Google Charts
99

10-
<img src={logoUrl} alt="Logo" className="logo" />
10+
<Logo className="logo" />
1111

1212
React Google Charts is a lightweight and fully typed React wrapper for [Google Charts](https://developers.google.com/chart/interactive/docs/reference).
1313

apps/docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = {
1717
baseUrl: "/",
1818
onBrokenLinks: "throw",
1919
onBrokenMarkdownLinks: "warn",
20-
favicon: "img/favicon.ico",
20+
favicon: "img/logo-v2.svg",
2121
organizationName: "RakanNimer",
2222
projectName: "react-google-charts",
2323
noIndex: currentBranch !== "master",
@@ -55,7 +55,7 @@ const config = {
5555
title: "React Google Charts",
5656
logo: {
5757
alt: "React Google Charts logo",
58-
src: "img/logo.png",
58+
src: "img/logo-v2.svg",
5959
},
6060
items: [
6161
{

apps/docs/static/img/logo-v2.svg

Lines changed: 1 addition & 0 deletions
Loading

packages/react-google-charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Google Charts
22

3-
<img align="right" alt="Logo" src="website/static/img/logo.png">
3+
<img align="right" alt="Logo" src="../../apps/docs/static/img/logo-v2.svg">
44

55
React Google Charts is a lightweight and fully typed React wrapper for [Google Charts](https://developers.google.com/chart/interactive/docs/reference).
66

0 commit comments

Comments
 (0)