diff --git a/src/components/Sections.jsx b/src/components/Sections.jsx
index 5e22b16..83c379e 100644
--- a/src/components/Sections.jsx
+++ b/src/components/Sections.jsx
@@ -1,6 +1,7 @@
import accordionToggle from "../utils/accordion.js";
import React, { useState, useEffect } from 'react';
import "../styles/Section.css";
+import pdf from "../images/PDF_file_icon.svg";
import "../styles/Normal.css";
export default function Sections({sections, search = null}) {
@@ -35,10 +36,7 @@ export default function Sections({sections, search = null}) {
evt.stopPropagation();
accordionToggle(index + 1, true);
}} target="_blank" rel="noreferrer">
-
+