Skip to content

Commit 37e289d

Browse files
committed
chore: added whitepaper and markdown transform
Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com>
1 parent 88110a9 commit 37e289d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/Footer.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const footerSections = [
1919
title: "FAQ",
2020
href: "https://accordproject.org/frequently-asked-questions/",
2121
},
22+
{
23+
title: "White Paper",
24+
href: "https://accordproject.org/whitepaper-2024/",
25+
},
2226
],
2327
},
2428
{
@@ -48,8 +52,8 @@ const footerSections = [
4852
href: "https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension",
4953
},
5054
{
51-
title: "Model Repository",
52-
href: "https://models.accordproject.org/",
55+
title: "Markdown Transform",
56+
href: "https://github.com/accordproject/markdown-transform",
5357
},
5458
],
5559
},

0 commit comments

Comments
 (0)