Skip to content
Snippets Groups Projects
Commit 6111c806 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

safety

parent 7f3a5328
No related branches found
No related tags found
No related merge requests found
......@@ -158,8 +158,8 @@ const Pages: (Page | Folder)[] = [
navlist: NoSidebar,
},
{
name: "Partners and Sponsors",
title: "Partners and Sponsors",
name: "Sponsores and Partners",
title: "ponsores and Partners",
path: "/partners",
component: Partners,
header: SPONH,
......@@ -244,8 +244,8 @@ export const NavPages: (Page | PageRef | Folder)[] = [
navlist: NoSidebar,
},
{
name: "Partners and Sponsors",
title: "Partners and Sponsors",
name: "Sponsores and Partners",
title: "Sponsores and Partners",
path: "/partners",
component: Partners,
header: SPONH,
......
......@@ -16,7 +16,7 @@ export function SafetySidebar(){
const item = numsSub[idx];
let ind = numsSub.findIndex((e) => e == item)
let subdi = "newsubtitle" + ind
let subdi = "newsubtitle" + ind
console.log("We are looking at 'item' = " + numsSub[idx])
console.log("ind is: " + ind)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment