diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 3fc3e24..cd6ed52 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -51,7 +51,7 @@ const Work = (): JSX.Element => { -

+

Current Contract diff --git a/src/components/job.tsx b/src/components/job.tsx index 87f9e29..c38f74e 100644 --- a/src/components/job.tsx +++ b/src/components/job.tsx @@ -44,6 +44,8 @@ export const Job = (props: JobProps): JSX.Element => { : end ? "border-[--former]" : "border-[--current]"; + + const borderStyle = end ? "border-dashed border-2" : "border-double border-4"; return (
  • { )}