diff --git a/.gitignore b/.gitignore
index f847a58..256f294 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules
.island/dist
+.DS_Store
\ No newline at end of file
diff --git a/content/emissions.mdx b/content/emissions.mdx
index fa60b35..8314ad5 100644
--- a/content/emissions.mdx
+++ b/content/emissions.mdx
@@ -1,4 +1,4 @@
-import { Chart } from "react-google-charts";
+import SVG from "react-inlinesvg";
# Emissions
@@ -25,43 +25,9 @@ providers.
## Emission Schedule
-
## Emission Rewards
diff --git a/content/feesandbribes.mdx b/content/feesandbribes.mdx
index 98e2109..e97e4f1 100644
--- a/content/feesandbribes.mdx
+++ b/content/feesandbribes.mdx
@@ -1,4 +1,4 @@
-import { Chart } from "react-google-charts";
+import SVG from "react-inlinesvg";
# Rewards
@@ -35,31 +35,7 @@ An example of incentives, voting, and rewards claim timeline:
- Voters vote for their preferred pools
- Once the next epoch arrives (the following Thursday), users are able to claim rewards
-
diff --git a/package.json b/package.json
index f91763f..24dc353 100644
--- a/package.json
+++ b/package.json
@@ -18,9 +18,8 @@
},
"peerDependencies": {
"flowbite-react": "^0.4.11",
- "react-google-charts": "^4.0.0",
- "react-inlinesvg": "^4.1.3",
"react": "^18.0.0",
- "react-dom": "^18.0.0"
+ "react-dom": "^18.0.0",
+ "react-inlinesvg": "^4.1.3"
}
}
diff --git a/yarn.lock b/yarn.lock
index b89cc66..8c53fb3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2528,15 +2528,6 @@ micromark-extension-mdxjs@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.1.tgz#f78d4671678d16395efeda85170c520ee795ded8"
integrity sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==
- dependencies:
- acorn "^8.0.0"
- acorn-jsx "^5.0.0"
- micromark-extension-mdx-expression "^1.0.0"
- micromark-extension-mdx-jsx "^1.0.0"
- micromark-extension-mdx-md "^1.0.0"
- micromark-extension-mdxjs-esm "^1.0.0"
- micromark-util-combine-extensions "^1.0.0"
- micromark-util-types "^1.0.0"
micromark-factory-destination@^1.0.0:
version "1.1.0"