From 5d4f717ab1e91272d63025d663a2133b8b8035e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 19 Feb 2022 22:09:15 +0400 Subject: [PATCH] Add new tab /soutyen --- components/navigasyon.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/components/navigasyon.js b/components/navigasyon.js index 43c3d9d..3103b6c 100644 --- a/components/navigasyon.js +++ b/components/navigasyon.js @@ -32,14 +32,16 @@ const tabRouteHref = [ '/', '/teks', '/awtis?paj&paj=1', - '/soumet' + '/soumet', + '/soutyen' ] const tabRouteAs = [ '/', '/teks', '/awtis/paj/1', - '/soumet' + '/soumet', + '/soutyen' ] function TabPanel(props) { @@ -94,13 +96,13 @@ export default function Navigasyon({selectedTab}) { + + )