Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Dec 17, 2023
1 parent c2f501d commit f3228bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export function Search() {
<h2 className="text-2xl font-semibold mb-4 text-center">Relevant Scientific Publications:</h2>
<ul className="list-disc list-inside mb-6 text-center">
<li className="mb-2">
J Tan, C Liang, H Xie, Q Xu, J Hu, H Zhu (2022).
<b>Justitia: Software Multi-Tenancy in Hardware Kernel-Bypass Networks</b>. In <i>NSDI'22</i>. [
<a href="#">PDF</a>]{"\n "}
J Tan, C Liang, H Xie, Q Xu, J Hu, H Zhu (2022). <b>Justitia: Software Multi-Tenancy in Hardware Kernel-Bypass Networks</b>. In <i>NSDI 22</i>.
</li>
</ul>
<div className="grid grid-cols-1 gap-6 justify-items-center" />
Expand Down

0 comments on commit f3228bb

Please sign in to comment.