Skip to content

Commit

Permalink
Link to builds docs on build retention; undo visual tests CSS change …
Browse files Browse the repository at this point in the history
…because of overflow. (#347)
  • Loading branch information
bdon authored Jan 6, 2025
1 parent cee4351 commit f2a8d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/Builds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function Builds() {
<Nav page={1} />
<div class="max-w-[1500px] mx-auto">
<h1 class="my-8 text-4xl">Builds</h1>
<p>Only Monday builds (black) are kept indefinitely.</p>
<p>See the <a class="underline" href="https://docs.protomaps.com/basemaps/downloads" target="_blank">Documentation</a> for how to use.</p>
<div class="space-x-2 my-2">
<button class="btn-primary" type="button" onClick={openVisualTests}>
Compare selected versions
Expand Down
2 changes: 1 addition & 1 deletion app/src/VisualTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function VisualTests() {
return (
<div class="flex flex-col h-screen w-full">
<Nav page={2} />
<div class="w-[1500px] mx-auto p-2">
<div class="w-[1500px] mx-auto">
<h1 class="my-8 text-4xl">Visual Tests</h1>
<div class="inline-block w-[500px] font-mono text-xs">
leftTiles={displayInfo().leftTiles}
Expand Down

0 comments on commit f2a8d08

Please sign in to comment.