Skip to content

Commit c9f77fd

Browse files
committed
add some letters
1 parent 3ed2079 commit c9f77fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

wtfdig/src/routes/+layout.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
type: 'alert',
1717
title: 'Changelog',
1818
body:
19-
`1/2/2024: Updated some styling to make the swap assignments more obvious (yes melees will sometimes need to take a ranged spot), added some info to footer
19+
`1/3/2024: added wfJ/o1Z to the raidplan selector
20+
1/2/2024: Updated some styling to make the swap assignments more obvious (yes melees will sometimes need to take a ranged spot), added some info to footer
2021
1/1/2024: Added big overview image, rotated AOE spreads correctly for CODCAR, added post-swap locations for everyone starting on tiles
2122
12/31/2024: Added Alignment buttons (Original, True North, Add Relative) for CODCAR, added Wild Charges to CODCAR tile players, some improvements to responsive sizing
2223
12/30/2024: Initial Release`,

wtfdig/src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div>
4141
<h2>Which strat are you using?</h2>
4242
<RadioGroup>
43-
<RadioItem bind:group={stratName} name="stratName" value={'raidplan'}>Raidplan (Aurelia)</RadioItem>
43+
<RadioItem bind:group={stratName} name="stratName" value={'raidplan'}>Raidplan (Aurelia/wfJ/o1Z)</RadioItem>
4444
<RadioItem bind:group={stratName} name="stratName" value={'codcar'}>CODCAR</RadioItem>
4545
</RadioGroup>
4646
</div>

0 commit comments

Comments
 (0)