Skip to content

Commit

Permalink
Open rules flaw in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Jan 17, 2024
1 parent f23303d commit bf513fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/simulation-result-viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ export class SimulationResultViewer extends LitElement {
</vaadin-horizontal-layout>
<h4 class="sim-error-header">
${this.simulationResults.failedSimulations.toLocaleString()} simulations failed due to
<a href="https://github.com/claabs/cs-buchholz-simulator/blob/master/RULES-FLAW.md"
<a
href="https://github.com/claabs/cs-buchholz-simulator/blob/master/RULES-FLAW.md"
target="_blank"
>rules issues</a
>
</h4>
Expand Down

0 comments on commit bf513fc

Please sign in to comment.