thibaud frere commited on
Commit
5e24321
·
1 Parent(s): 4398633

fix buttons and benchmarks

Browse files
app/src/components/Hero.astro CHANGED
@@ -128,9 +128,9 @@ const pdfFilename = `${slugify(pdfBase)}.pdf`;
128
  <div class="meta-container-cell meta-container-cell--pdf">
129
  <h3>PDF</h3>
130
  <p>
131
- <button class="button" href={`/${pdfFilename}`} download={pdfFilename} aria-label={`Download PDF ${pdfFilename}`}>
132
  Download PDF
133
- </button>
134
  </p>
135
  </div>
136
  </div>
@@ -179,7 +179,7 @@ const pdfFilename = `${slugify(pdfBase)}.pdf`;
179
  gap: 8px;
180
  }
181
  /* Subtle underline for links in meta; keep buttons without underline */
182
- .meta-container a {
183
  color: var(--primary-color);
184
  text-decoration: underline;
185
  text-underline-offset: 2px;
 
128
  <div class="meta-container-cell meta-container-cell--pdf">
129
  <h3>PDF</h3>
130
  <p>
131
+ <a class="button" href={`/${pdfFilename}`} download={pdfFilename} aria-label={`Download PDF ${pdfFilename}`}>
132
  Download PDF
133
+ </a>
134
  </p>
135
  </div>
136
  </div>
 
179
  gap: 8px;
180
  }
181
  /* Subtle underline for links in meta; keep buttons without underline */
182
+ .meta-container a:not(.button) {
183
  color: var(--primary-color);
184
  text-decoration: underline;
185
  text-underline-offset: 2px;
app/src/content/assets/data/llm_benchmarks.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55d9bff23e8f076125669cbbb8011d8cfe282b1efc3e8d7f9332cee4e8cf3f29
3
- size 1513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03eeac176ae9abab0c36d798678d80aaa14228ae71d0f9134127cc3cc0d00196
3
+ size 1088