Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/components/client/faq/contents/donation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ export const DONATION_QUESTIONS: ContentType[] = [
данни, които ще оповестим, са името на дарителя (физическо или юридическо лице) и размера на
дарената сума. Все пак, за да дарите, е необходима предварителна регистрация на сайта, при
която ще ни бъдат необходими и други Ваши данни, които са защитени по силата на{' '}
<ExternalLink variant="subtitle1" href={'https://www.cpdp.bg/?p=element&aid=1194'}>
<ExternalLink
variant="subtitle1"
href={
'https://cpdp.bg/%D0%B7%D0%B0%D0%BA%D0%BE%D0%BD-%D0%B7%D0%B0-%D0%B7%D0%B0%D1%89%D0%B8%D1%82%D0%B0-%D0%BD%D0%B0-%D0%BB%D0%B8%D1%87%D0%BD%D0%B8%D1%82%D0%B5-%D0%B4%D0%B0%D0%BD%D0%BD%D0%B8/'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets have it without the URL encoding
https://cpdp.bg/закон-за-защита-на-личните-данни should work just as good, but it is more readable

}>
{' Закона за защита на личните данни. '}
</ExternalLink>
Тези данни са необходими за връзка с Вас, в случай че настъпи необходимост да Ви върнем
Expand Down