Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roster Sync with React Version #79

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
SyniRon marked this conversation as resolved.
Show resolved Hide resolved
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
Loading