add prices page
This commit is contained in:
@@ -11,7 +11,8 @@ type Props = {
|
||||
const pathToBreadCrumbs = (path: string) => {
|
||||
const mapping: Record<string, string> = {
|
||||
'/' : 'Kezdőlap',
|
||||
'about' : 'Rólam'
|
||||
'about' : 'Rólam',
|
||||
'services' : 'Szolgáltatásaim',
|
||||
}
|
||||
if ( mapping.hasOwnProperty(path)){
|
||||
return mapping[path];
|
||||
|
||||
Reference in New Issue
Block a user