Skip to content

Commit

Permalink
Update core values form link and transport PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Sep 16, 2024
1 parent 73c619f commit f48e713
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ais_static/THS_Armada_2023_Logistics.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function DiversityIndexPage() {
<div className="mt-8 text-center">
<a
className="text-bold rounded-md border-solid p-3 text-lg font-semibold text-blue-600 underline visited:text-purple-600 hover:text-blue-800"
href="https://docs.google.com/forms/d/e/1FAIpQLSchB-z7m_V-buddrFIkWXZiFkn4QSEMjtipPhFVc21bCHO-tg/viewform"
href="https://www.allcounted.com/t?sid=wji5h9zit2bna&lang=en_US"
target="_blank"
>
<Button className="inline-flex gap-2">
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/forms/transport/DHLForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { ControllerRenderProps, useForm } from "react-hook-form"
import { useReactToPrint } from "react-to-print"
import { z } from "zod"

// https://drive.google.com/file/d/1op7D51O0QpOljNQMBP-UscNRpWlRs31X/view?usp=drive_linkhttps://drive.google.com/file/d/1op7D51O0QpOljNQMBP-UscNRpWlRs31X/view?usp=drive_link
// https://drive.google.com/file/d/1MkzZWKuD5rt9i7jsqrB61Zf35m9AlflS/view

const PackageTypes = {
TWO_PACKAGES: {
Expand Down

0 comments on commit f48e713

Please sign in to comment.