Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
funivan committed Feb 24, 2024
1 parent 5d11eb3 commit 7ca404f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/subscription/src/sections/DocsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ interface DocLinks {

const docLinks: DocLinks = {
en: {
href: `/subscription/assets/docs/Public offer to make a voluntary charitable donation.pdf`,
href: '/assets/docs/Public offer to make a voluntary charitable donation.pdf',
content: 'Public offer to make a voluntary charitable donation',
},
'uk-UA': {
href: `/subscription/assets/docs/Публічна оферта про надання добровільної благодійної пожертви.pdf`,
href: '/assets/docs/Публічна оферта про надання добровільної благодійної пожертви.pdf',
content: 'Публічна оферта про надання добровільної благодійної пожертви',
},
};
Expand Down

0 comments on commit 7ca404f

Please sign in to comment.