Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Mar 7, 2024
1 parent 87e47ba commit 8c2ca03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/cap-case.js
Expand Up @@ -585,10 +585,14 @@ export default class CapCase extends LitElement {
></cap-breadcrumb>
<div class="case__downloadLinks">
${this.getPDFLink()}
<a href="${window.BUCKET_ROOT}/${this.reporter}/${this.volume}/cases/${this.case}.json"
<a
href="${window.BUCKET_ROOT}/${this.reporter}/${this
.volume}/cases/${this.case}.json"
>Download case metadata</a
>
<a href="${window.BUCKET_ROOT}/${this.reporter}/${this.volume}/html/${this.case}.html"
<a
href="${window.BUCKET_ROOT}/${this.reporter}/${this
.volume}/html/${this.case}.html"
>Download case HTML</a
>
</div>
Expand Down

0 comments on commit 8c2ca03

Please sign in to comment.