Skip to content

Commit 84cd405

Browse files
committed
adding button to sourcebench post
1 parent a257995 commit 84cd405

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div class="p-4 flex w-full items-center justify-center text-center">
2+
<a href="https://arxiv.org/abs/2602.16942" target="_blank" rel="noopener noreferrer" class="no-underline">
3+
<button
4+
class="bg-blue-500 text-white py-4 px-8 border-0 rounded-lg text-lg font-sans cursor-pointer inline-block text-center transition-colors duration-300 hover:bg-blue-700"
5+
>
6+
<strong style="color: white;">Read Full Paper</strong>
7+
</button>
8+
</a>
9+
</div>

0 commit comments

Comments
 (0)