Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update Publication.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
highjun authored Jul 3, 2024
1 parent b17e106 commit 11ed922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Publication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Publication: React.FC<PublicationProp> = ({ publication }) => {
} else {
author_string = publication.authors[0]
}
const url = "https://ic.kaist.ac.kr/public/files/"
const url = "https://ic.kaist.ac.kr/files/"
return (
<div className={styles.publication}>
<div className={styles.venue}>{publication.venue_alias}</div>
Expand Down

0 comments on commit 11ed922

Please sign in to comment.