Skip to content

Commit

Permalink
Merge pull request #824 from hillerstorm/ret-beta
Browse files Browse the repository at this point in the history
[Paladin] Mark Retribution as Beta and fix Protection on start page
  • Loading branch information
hillerstorm authored Jul 8, 2024
2 parents 24027bc + e5d93f2 commit 9e79582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/core/launched_sims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const simLaunchStatuses: Record<Spec, SimStatus> = {
},
[Spec.SpecRetributionPaladin]: {
phase: Phase.Phase1,
status: LaunchStatus.Alpha,
status: LaunchStatus.Beta,
},
// Priest
[Spec.SpecDisciplinePriest]: {
Expand Down
4 changes: 2 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ <h3 class="expansion-title w-100">Cataclysm</h2>
<div class="d-flex flex-column">
<span class="sim-link-label">Paladin</span>
<span class="sim-link-title">Protection</span>
<span class="launch-status-label text-brand">Not Yet Supported</span>
<span class="launch-status-label text-brand">Alpha</span>
</div>
</div>
</a>
Expand All @@ -526,7 +526,7 @@ <h3 class="expansion-title w-100">Cataclysm</h2>
<div class="d-flex flex-column">
<span class="sim-link-label">Paladin</span>
<span class="sim-link-title">Retribution</span>
<span class="launch-status-label text-brand">Alpha</span>
<span class="launch-status-label text-brand">Beta</span>
</div>
</div>
</a>
Expand Down

0 comments on commit 9e79582

Please sign in to comment.