From c9dd6844515df8d073550c0f5a3935dd762aa0b5 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 31 Aug 2021 13:34:51 +0200 Subject: [PATCH] Added review --- docs/constants/navigation.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/constants/navigation.tsx b/docs/constants/navigation.tsx index 8787d059..ab64c847 100644 --- a/docs/constants/navigation.tsx +++ b/docs/constants/navigation.tsx @@ -1,4 +1,4 @@ -import { HeartIcon } from "@heroicons/react/outline"; +import { HeartIcon, StarIcon } from "@heroicons/react/outline"; import React from "react"; import { Extension } from "./extension"; @@ -24,12 +24,20 @@ export const navigation = { ) }, { - name: 'Sponsor us', + name: 'Become a sponsor', title: 'Become a sponsor, and get mentioned', href: Extension.sponsorLink, icon: (props: any) => ( ) + }, + { + name: 'Review', + title: 'Write a review on the marketplace', + href: Extension.reviewLink, + icon: (props: any) => ( + + ) } ] }; \ No newline at end of file