Skip to content

Commit

Permalink
fix: ua timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Dec 15, 2023
1 parent 1cba7b6 commit ba090c2
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 8 deletions.
33 changes: 33 additions & 0 deletions src/assets/award/award-timeline-ua.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/en/jobs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "@layouts/BaseLayout.astro"
title: Jobs – Tolocar Project
title: Jobs
footerGrey: true
darkNavigation: true
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/legal.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "@layouts/BaseLayout.astro"
title: Legal Notice – Tolocar Project
title: Legal Notice
footerGrey: true
darkNavigation: true
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/makersinnovationaward.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "@layouts/AwardsLayout.astro"
title: Makers Innovation Award – Tolocar Project
title: Makers Innovation Award
footerGrey: false
---

Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/privacy.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "@layouts/BaseLayout.astro"
title: Privacy Notice – Tolocar Project
title: Privacy Notice
footerGrey: true
darkNavigation: true
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ua/legal.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "@layouts/BaseLayout.astro"
title: Legal Notice – Tolocar Project
title: Legal Notice
footerGrey: true
darkNavigation: true
---
Expand Down
6 changes: 3 additions & 3 deletions src/pages/ua/makersinnovationaward.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "@layouts/AwardsLayout.astro"
title: Нагорода “Інновації Мейкерів” – Tolocar Project
title: Нагорода “Інновації Мейкерів”
footerGrey: false
---

Expand All @@ -11,7 +11,7 @@ import {
ButtonLink,
InfoItem,
} from "@components";
import { ReactComponent as Timeline } from "@assets/award/award-timeline.svg";
import { ReactComponent as TimelineUa } from "@assets/award/award-timeline-ua.svg";
import { ReactComponent as SubmitImageUa } from "@assets/award/submit-ideas-ua.svg";

<WideCard
Expand All @@ -33,7 +33,7 @@ import { ReactComponent as SubmitImageUa } from "@assets/award/submit-ideas-ua.s
</div>

<div class="container-width grid grid-cols-12 gap-8 py-8 md:py-24">
<Timeline className="col-span-12 w-full" />
<TimelineUa className="col-span-12 w-full" />
</div>

<div class="container-width grid grid-cols-1 md:grid-cols-12 gap-8 py-8 md:py-24">
Expand Down

0 comments on commit ba090c2

Please sign in to comment.