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