diff --git a/components/navigasyon.js b/components/navigasyon.js
index 792fd83..dfb40af 100644
--- a/components/navigasyon.js
+++ b/components/navigasyon.js
@@ -9,7 +9,7 @@ import Tab from '@material-ui/core/Tab'
import HomeIcon from '@material-ui/icons/Home'
import MenuBookIcon from '@material-ui/icons/MenuBook'
import RecordVoiceOverIcon from '@material-ui/icons/RecordVoiceOver'
-import AccountCircleIcon from '@material-ui/icons/AccountCircle'
+import PlaylistAddIcon from '@material-ui/icons/PlaylistAdd'
import Typography from '@material-ui/core/Typography'
import Box from '@material-ui/core/Box'
@@ -17,14 +17,14 @@ const tabRouteHref = [
'/',
'/awtis?paj&paj=1',
'/teks',
- '/kont'
+ '/soumet'
]
const tabRouteAs = [
'/',
'/awtis/paj/1',
'/teks',
- '/kont'
+ '/soumet'
]
function TabPanel(props) {
@@ -97,7 +97,7 @@ export default function Navigasyon({selectedTab}) {
} {...a11yProps(0)} />
} {...a11yProps(1)} />
} {...a11yProps(2)} />
- } {...a11yProps(3)} />
+ } {...a11yProps(3)} />
diff --git a/components/kont/dekoneksyon.js b/components/soumet/dekoneksyon.js
similarity index 100%
rename from components/kont/dekoneksyon.js
rename to components/soumet/dekoneksyon.js
diff --git a/components/kont/ekri-teks.js b/components/soumet/ekri-teks.js
similarity index 94%
rename from components/kont/ekri-teks.js
rename to components/soumet/ekri-teks.js
index 3141cfa..499aa3f 100644
--- a/components/kont/ekri-teks.js
+++ b/components/soumet/ekri-teks.js
@@ -2,6 +2,7 @@ import {useEffect, useState} from 'react'
import PropTypes from 'prop-types'
import axios from 'axios'
import {
+ Box,
Button,
Container,
Grid,
@@ -109,9 +110,14 @@ function EkriTeks({session}) {
return (
-
- Soumettre un texte
-
+
+
+ Soumèt an tèks
+
+
+ (soumettre un texte)
+
+