diff --git a/app/javascript/components/Appbar/AppbarTabs.tsx b/app/javascript/components/Appbar/AppbarTabs.tsx index 5e8f0cc..1a0a6e0 100644 --- a/app/javascript/components/Appbar/AppbarTabs.tsx +++ b/app/javascript/components/Appbar/AppbarTabs.tsx @@ -1,4 +1,4 @@ -import { ChartBarIcon, ClipboardListIcon } from "@heroicons/react/outline"; +import { ChartBarIcon, ClipboardListIcon, DocumentIcon } from "@heroicons/react/outline"; import React, { useState } from 'react'; import { useDispatch, useSelector } from "react-redux"; import { useHistory, useLocation } from 'react-router'; @@ -45,7 +45,14 @@ export const AppbarTabs = () => { tabel: 'Questões', pathname: QuestionRoutePaths.index, isCurrent: location.pathname.includes('question'), - }] + }, + { + icon: , + tabel: 'Avaliações', + pathname: QuestionRoutePaths.index, + isCurrent: false, + } +] return ( <>