Skip to content

Commit

Permalink
docs: add correct links to footer stories
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Jan 8, 2025
1 parent e1df0ea commit 0e10372
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/scss/components/footer/footer.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,18 @@ const additionalInformationHtml = html`
>
<div>
<p>Part of the IATI Unified Platform.</p>
<p>Code licensed under <a href="#">GNU AGPL</a>.</p>
<p>Documentation licensed under <a href="#">CC BY 3.0</a>.</p>
<p>
Code licensed under
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html"
>GNU AGPL</a
>.
</p>
<p>
Documentation licensed under
<a href="https://creativecommons.org/licenses/by/4.0/"
>CC BY 3.0</a
>.
</p>
</div>
<div>
<ul>
Expand All @@ -102,8 +112,8 @@ export const AdditionalInformationSection: Story = {
};

const legalNavItems = [
html`<a href="#">Privacy</a>`,
html`<a href="#">Data removal</a>`,
html`<a href="https://iatistandard.org/en/privacy-policy/">Privacy</a>`,
html`<a href="https://iatistandard.org/en/data-removal/">Data removal</a>`,
html`<span>© Copyright IATI 2024. All rights reserved</span>`,
];

Expand Down

0 comments on commit 0e10372

Please sign in to comment.