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"> - - - - + PDF link diff --git a/src/images/PDF_file_icon.svg b/src/images/PDF_file_icon.svg new file mode 100644 index 0000000..07c96f0 --- /dev/null +++ b/src/images/PDF_file_icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index f83bdb0..480202b 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -111,3 +111,4 @@ export default function Home() { ); } +