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

Mental Health

parent de0e24c9
No related branches found
No related tags found
No related merge requests found
Pipeline #434084 failed
...@@ -485,7 +485,6 @@ let symptombuttonrowdata = [ ...@@ -485,7 +485,6 @@ let symptombuttonrowdata = [
buttonname: "About", buttonname: "About",
cssname: "Symp-First", cssname: "Symp-First",
main: true main: true
}, },
{ {
node: <H4 id="lungs-btn" text="Lungs"/>, node: <H4 id="lungs-btn" text="Lungs"/>,
...@@ -493,8 +492,13 @@ let symptombuttonrowdata = [ ...@@ -493,8 +492,13 @@ let symptombuttonrowdata = [
cssname: "lungs" cssname: "lungs"
}, },
{ {
node: <H4 id="darm-btn" text="Digestive system"/>, node: <H4 id="darm-btn" text="Digestive System"/>,
buttonname: "Digestive system", buttonname: "Digestive System",
cssname: "darm" cssname: "darm"
}, },
{
node: <H4 id="mental-btn" text="Mental Health"/>,
buttonname: "Mental Health",
cssname: "mental"
},
] ]
\ No newline at end of file
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