Skip to content

Commit

Permalink
Roster Sync with React Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Dec 3, 2024
1 parent 0c79b2f commit 567b34b
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 202 deletions.
2 changes: 1 addition & 1 deletion client/app/adr/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default async function ActiveDutyRoster() {
<AdrListEntry bBGroup={"regi"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"oneSeven"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"twoSeven"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"threeSeven"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"acd"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"imo"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"secOps"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"roo"} milpacArray={milpacArray} />
<AdrListEntry bBGroup={"support"} milpacArray={milpacArray} />
Expand Down
4 changes: 2 additions & 2 deletions client/app/not-found.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export default function Error404() {
Otherwise, please enjoy this sick music!
</h3>
<iframe
title="Aliens"
title="Vampires"
width="420"
height="315"
src="https://www.youtube.com/embed/4vkR1G_DUVc"
src="https://www.youtube.com/watch?v=QNrPkAS3utA"
/>
</div>
);
Expand Down
Loading

0 comments on commit 567b34b

Please sign in to comment.