Table of contents minor fixes
This commit is contained in:
parent
fd76d98d96
commit
fa54d89d53
|
@ -92,6 +92,7 @@
|
||||||
"Community Principles": "Community Principles",
|
"Community Principles": "Community Principles",
|
||||||
"Community values and rules of engagement for the open editorial team": "Community values and rules of engagement for the open editorial team",
|
"Community values and rules of engagement for the open editorial team": "Community values and rules of engagement for the open editorial team",
|
||||||
"Confirm": "Confirm",
|
"Confirm": "Confirm",
|
||||||
|
"Contents": "Contents",
|
||||||
"Contribute to free samizdat. Support Discours - an independent non-profit publication that works only for you. Become a pillar of the open newsroom": "Contribute to free samizdat. Support Discours - an independent non-profit publication that works only for you. Become a pillar of the open newsroom",
|
"Contribute to free samizdat. Support Discours - an independent non-profit publication that works only for you. Become a pillar of the open newsroom": "Contribute to free samizdat. Support Discours - an independent non-profit publication that works only for you. Become a pillar of the open newsroom",
|
||||||
"Cooperate": "Cooperate",
|
"Cooperate": "Cooperate",
|
||||||
"Copy link": "Copy link",
|
"Copy link": "Copy link",
|
||||||
|
@ -471,7 +472,6 @@
|
||||||
"cancel": "cancel",
|
"cancel": "cancel",
|
||||||
"collections": "collections",
|
"collections": "collections",
|
||||||
"community": "community",
|
"community": "community",
|
||||||
"contents": "contents",
|
|
||||||
"delimiter": "delimiter",
|
"delimiter": "delimiter",
|
||||||
"discussion": "Discours",
|
"discussion": "Discours",
|
||||||
"dogma keywords": "Discours.io, dogma, editorial principles, code of ethics, journalism, community",
|
"dogma keywords": "Discours.io, dogma, editorial principles, code of ethics, journalism, community",
|
||||||
|
|
|
@ -96,6 +96,7 @@
|
||||||
"Community Principles": "Принципы сообщества",
|
"Community Principles": "Принципы сообщества",
|
||||||
"Community values and rules of engagement for the open editorial team": "Ценности сообщества и правила взаимодействия открытой редакции",
|
"Community values and rules of engagement for the open editorial team": "Ценности сообщества и правила взаимодействия открытой редакции",
|
||||||
"Confirm": "Подтвердить",
|
"Confirm": "Подтвердить",
|
||||||
|
"Contents": "Оглавление",
|
||||||
"Contribute to free samizdat. Support Discours - an independent non-profit publication that works only for you. Become a pillar of the open newsroom": "Внесите вклад в свободный самиздат. Поддержите Дискурс — независимое некоммерческое издание, которое работает только для вас. Станьте опорой открытой редакции",
|
"Contribute to free samizdat. Support Discours - an independent non-profit publication that works only for you. Become a pillar of the open newsroom": "Внесите вклад в свободный самиздат. Поддержите Дискурс — независимое некоммерческое издание, которое работает только для вас. Станьте опорой открытой редакции",
|
||||||
"Cooperate": "Соучаствовать",
|
"Cooperate": "Соучаствовать",
|
||||||
"Copy link": "Скопировать ссылку",
|
"Copy link": "Скопировать ссылку",
|
||||||
|
@ -493,7 +494,6 @@
|
||||||
"cancel": "отменить",
|
"cancel": "отменить",
|
||||||
"collections": "коллекции",
|
"collections": "коллекции",
|
||||||
"community": "сообщество",
|
"community": "сообщество",
|
||||||
"contents": "оглавление",
|
|
||||||
"create_chat": "Создать чат",
|
"create_chat": "Создать чат",
|
||||||
"create_group": "Создать группу",
|
"create_group": "Создать группу",
|
||||||
"delimiter": "разделитель",
|
"delimiter": "разделитель",
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 500;
|
||||||
line-height: 1.8rem;
|
line-height: 1.8rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
|
@ -86,7 +86,7 @@ export const TableOfContents = (props: Props) => {
|
||||||
<Show when={isVisible()}>
|
<Show when={isVisible()}>
|
||||||
<div class={styles.TableOfContentsContainerInner}>
|
<div class={styles.TableOfContentsContainerInner}>
|
||||||
<div class={styles.TableOfContentsHeader}>
|
<div class={styles.TableOfContentsHeader}>
|
||||||
<p class={styles.TableOfContentsHeading}>{t('contents')}</p>
|
<p class={styles.TableOfContentsHeading}>{t('Contents')}</p>
|
||||||
</div>
|
</div>
|
||||||
<ul class={styles.TableOfContentsHeadingsList}>
|
<ul class={styles.TableOfContentsHeadingsList}>
|
||||||
<For each={headings()}>
|
<For each={headings()}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user