This commit is contained in:
Andras Schmelczer 2026-05-06 22:40:46 +01:00
parent 28323f145e
commit 94f9c0d594
76 changed files with 3238 additions and 1230 deletions

View file

@ -192,6 +192,7 @@ export default function LearnPage() {
items: [
{ question: t('learnPage.faqCommute1Q'), answer: t('learnPage.faqCommute1A') },
{ question: t('learnPage.faqCommute2Q'), answer: t('learnPage.faqCommute2A') },
{ question: t('learnPage.faqCommute3Q'), answer: t('learnPage.faqCommute3A') },
],
},
{
@ -201,6 +202,14 @@ export default function LearnPage() {
{ question: t('learnPage.faqBudget2Q'), answer: t('learnPage.faqBudget2A') },
],
},
{
title: t('learnPage.faqTipsTitle'),
items: [
{ question: t('learnPage.faqTips1Q'), answer: t('learnPage.faqTips1A') },
{ question: t('learnPage.faqTips2Q'), answer: t('learnPage.faqTips2A') },
{ question: t('learnPage.faqTips3Q'), answer: t('learnPage.faqTips3A') },
],
},
{
title: t('learnPage.faqDueDiligenceTitle'),
items: [
@ -287,7 +296,7 @@ export default function LearnPage() {
<h2 className="text-lg font-semibold text-warm-900 dark:text-warm-100">
{tDynamic(nameKey)}
</h2>
<span className="text-xs bg-warm-100 dark:bg-navy-700 text-warm-600 dark:text-warm-300 px-2 py-1 rounded text-right">
<span className="max-w-44 text-left text-xs leading-snug bg-warm-100 dark:bg-navy-700 text-warm-600 dark:text-warm-300 px-2 py-1 rounded">
{source.license}
</span>
</div>