Skip to content

Commit

Permalink
disable enhancement for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 13, 2025
1 parent 4c7f8ae commit 2e958c1
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 @@ -46,7 +46,7 @@ export const simLaunchStatuses: Record<Spec, SimStatus> = {
},
[Spec.SpecEnhancementShaman]: {
phase: Phase.Phase1,
status: LaunchStatus.Alpha,
status: LaunchStatus.Unlaunched,
},
[Spec.SpecRestorationShaman]: {
phase: Phase.Phase1,
Expand Down
4 changes: 2 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ <h3 class="expansion-title w-100 mb-0">Classic</h3>
</a>
</li>
<li>
<a href="/classic/enhancement_shaman/" class="sim-link text-shaman">
<a href="#" class="sim-link text-shaman">
<div class="sim-link-content">
<img src="https://wow.zamimg.com/images/wow/icons/large/ability_shaman_stormstrike.jpg" class="sim-link-icon" />
<div class="d-flex flex-column">
<span class="sim-link-label">Shaman</span>
<span class="sim-link-title">Enhancement</span>
<span class="launch-status-label text-brand">Phase 1 - Alpha</span>
<span class="launch-status-label text-brand">Not Yet Supported</span>
</div>
</div>
</a>
Expand Down

0 comments on commit 2e958c1

Please sign in to comment.