Skip to content
Snippets Groups Projects
Commit 231b743b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Add subsections for organization

parent f7f4b987
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ const OrganizationSidebar = () => {
return (
<Sidebar>
<h5>Organisation</h5>
<h6 className="section-title">Budget, Income and Billing</h6>
<Row>
<Link to="/budget" className="link-text-underline">
<span>Budget of NRENs per Year</span>
......@@ -25,6 +26,8 @@ const OrganizationSidebar = () => {
</Link>
</Row>
<hr className="fake-divider" />
<h6 className="section-title">Staff and Projects</h6>
<Row>
<Link to="/employee-count" className="link-text-underline">
<span>Number of NREN Employees</span>
......
......@@ -28,7 +28,7 @@ function CompendiumData(): ReactElement {
<CollapsibleBox title={Sections.Organisation}>
<div className="collapsible-column">
<h6 className="section-title">Budget, Income and Billing</h6>
<Row>
<Link to="/budget" className="link-text-underline">
<span>Budget of NRENs per Year</span>
......@@ -47,6 +47,8 @@ function CompendiumData(): ReactElement {
</Link>
</Row>
<hr className="fake-divider" />
<h6 className="section-title">Staff and Projects</h6>
<Row>
<Link to="/employee-count" className="link-text-underline">
<span>Number of NREN Employees</span>
......@@ -77,7 +79,6 @@ function CompendiumData(): ReactElement {
<span>NREN Involvement in European Commission Projects</span>
</Link>
</Row>
</div>
</CollapsibleBox>
......@@ -127,7 +128,7 @@ function CompendiumData(): ReactElement {
<span>Connectivity Growth</span>
</Link>
</Row>
<hr className="fake-divider" />
<h6 className="section-title">Connected Users - Commercial</h6>
<Row>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment