Skip to content

Commit

Permalink
UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Sainz authored and Oscar Sainz committed Nov 29, 2023
1 parent 898b374 commit 2d83649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
// html += '<td class="text-center"></td>';
// }
if (tableInfo[i].source) {
html += '<td class="text-center"><a href="' + tableInfo[i].source + '">Link</a></td>'
html += '<td class="text-center"><a style="text-decoration:none" href="' + tableInfo[i].source + '">Paper</a></td>'
} else {
html += '<td class="text-center"><a style="font-size:24px; text-decoration:none" class="fa" href="https://github.com/hitz-zentroa/lm-contamination">&#xf09b;</a></td>'
}
Expand Down

0 comments on commit 2d83649

Please sign in to comment.