File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { SEO, navigation } from '../../config/config';
77
88// Import images
99import iscasImage from '../../ISCAS_images/3.png' ;
10- import presentationPdf from '../images/pdfs/ISCAS_Template_Presentation.pdf' ;
1110
1211export default function IscasPaper ( ) {
1312 return (
@@ -75,13 +74,13 @@ export default function IscasPaper() {
7574 </ li >
7675 < li >
7776 < a
78- href = { presentationPdf . src }
79- target = "_blank"
80- rel = "noopener noreferrer"
81- className = "text-primary"
82- >
83- View Paper Presentation (pdf)
84- </ a >
77+ href = "/pdfs/ISCAS_Template_Presentation.pdf"
78+ target = "_blank"
79+ rel = "noopener noreferrer"
80+ className = "text-primary"
81+ >
82+ View Paper Presentation (pdf)
83+ </ a >
8584 </ li >
8685 </ ul >
8786 </ div >
You can’t perform that action at this time.
0 commit comments