Skip to content

Commit

Permalink
chore: Update link to council design guide [skip pizza] (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Jan 23, 2024
1 parent 066c516 commit 759f56f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ export const ButtonForm: React.FC<FormProps> = ({
the selected colour (being either black or white).
</InputDescription>
<InputDescription>
<Link href="#">
See our guide for setting button colours (TODO)
<Link
href="https://opensystemslab.notion.site/10-Customise-the-appearance-of-your-services-3811fe9707534f6cbc0921fc44a2b193"
target="_blank"
rel="noopener noreferrer"
>
See our guide for setting button colours
</Link>
</InputDescription>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ export const FaviconForm: React.FC<FormProps> = ({
32x32px and in .ico or .png format.
</InputDescription>
<InputDescription>
<Link href="#">See our guide for favicons (TODO)</Link>
<Link
href="https://opensystemslab.notion.site/10-Customise-the-appearance-of-your-services-3811fe9707534f6cbc0921fc44a2b193"
target="_blank"
rel="noopener noreferrer"
>
See our guide for favicons
</Link>
</InputDescription>
</>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ export const TextLinkForm: React.FC<FormProps> = ({
white ("#ffffff").
</InputDescription>
<InputDescription>
<Link href="#">
See our guide for setting text link colours (TODO)
<Link
href="https://opensystemslab.notion.site/10-Customise-the-appearance-of-your-services-3811fe9707534f6cbc0921fc44a2b193"
target="_blank"
rel="noopener noreferrer"
>
See our guide for setting text link colours
</Link>
</InputDescription>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ export const ThemeAndLogoForm: React.FC<FormProps> = ({
(your theme colour) and have a transparent background.
</InputDescription>
<InputDescription>
<Link href="https://www.planx.uk">
<Link
href="https://opensystemslab.notion.site/10-Customise-the-appearance-of-your-services-3811fe9707534f6cbc0921fc44a2b193"
target="_blank"
rel="noopener noreferrer"
>
See our guide for setting theme colours and logos
</Link>
</InputDescription>
Expand Down

0 comments on commit 759f56f

Please sign in to comment.