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

fix: Change logistics information #1256

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions apps/dashboard/src/forms/transport/transport_info.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function TransportInfoFormPage() {
</div>

<p className="mb-5">
The deadline for booking is the <b>23rd of October</b>,
The deadline for booking is the <b>21st of October</b>,
but do not wait until it is too late! The goods must be
packed prior to week 45 (<b>6th of november</b>). You
are responsible for packaging the goods, the goods must
Expand Down Expand Up @@ -292,10 +292,10 @@ export function TransportInfoFormPage() {
</p>
<p className="mb-3">
<LinkWithIcon
href="mailto:sales@armada.nu"
href="mailto:ellen.chen@armada.nu"
icon={<MailIcon />}
>
sales@armada.nu
ellen.chen@armada.nu
</LinkWithIcon>
</p>
<p>
Expand Down
Loading