File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,8 @@ body::before {
261261}
262262
263263.tab-button {
264+ display : flex;
265+ align-items : center;
264266 padding : var (--spacing-sm ) var (--spacing-lg );
265267 border : none;
266268 background : transparent;
@@ -284,6 +286,15 @@ body::before {
284286 box-shadow : var (--shadow-md );
285287}
286288
289+ .tab-icon {
290+ width : 24px ;
291+ height : 24px ;
292+ object-fit : contain;
293+ vertical-align : middle;
294+ margin-right : var (--spacing-xs );
295+ border-radius : var (--radius-sm );
296+ }
297+
287298/* Leaderboard Table */
288299.leaderboard-section {
289300 margin-bottom : var (--spacing-2xl );
Original file line number Diff line number Diff line change @@ -94,9 +94,11 @@ <h1 class="hero-title">Verus Proof Synthesis Leaderboard</h1>
9494 <!-- Benchmark Tabs -->
9595 < div class ="tabs ">
9696 < button class ="tab-button active " data-benchmark ="verusage-bench ">
97+ < img src ="assets/verusage-logo.png " alt ="VeruSAGE " class ="tab-icon ">
9798 VeruSAGE-Bench (849)
9899 </ button >
99100 < button class ="tab-button " data-benchmark ="verus-bench ">
101+ < img src ="assets/autoverus-logo.png " alt ="Verus " class ="tab-icon ">
100102 Verus-Bench (150)
101103 </ button >
102104 </ div >
You can’t perform that action at this time.
0 commit comments