Skip to content

Commit

Permalink
Fixing absolute links
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 14, 2024
1 parent 31119c7 commit 80c9058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tina/__generated__/_schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/blocks/downloadBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ export const downloadBlockSchema: Template = {
type: "string",
label: "Second Link Text",
name: "secondLinkText",
description: "Defaults to PDF",
// @ts-expect-error - tina-cms types are incorrect
uploadDir: () => "company-logos/downloads/",
description: "Defaults to PDF",
},
{
type: "image",
Expand Down
2 changes: 1 addition & 1 deletion content/logo/timepro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ seo:
title: ' TimePro Logo'
showBreadcrumb: true
header: TimePro Logo
subHeader: "If you have any queries please\_[contact SSW.](http://www.ssw.com.au/company/about-us)\n"
subHeader: "If you have any queries please\_[contact SSW.](/company/about-us)\n"
_body:
- title: Download
downloads:
Expand Down

0 comments on commit 80c9058

Please sign in to comment.