Skip to content

Commit

Permalink
Merge pull request #237 from pyconjp/NewsUpdate20231102
Browse files Browse the repository at this point in the history
2023/11/02 PyConJPからのお知らせに変更
  • Loading branch information
ainamori authored Nov 2, 2023
2 parents 12cf586 + fc43366 commit 94fbed7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion src/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ export default function HeroSection() {

<div className='mt-8 bg-primary-50 w-10/12 p-6 rounded border-alt-black border-2'>
<div className='text-lg font-bold text-primary-600'>{t('APOLOGIZE.TITLE', { ns: 'ATTENTION' })}</div>
<div className='mt-2 whitespace-pre-line'>{t('APOLOGIZE.DESCRIPTION', { ns: 'ATTENTION' })}</div>
<a
href="https://pyconjp.blogspot.com/2023/11/pyconapac2023-statement.html"
target="_blank"
rel="noopener noreferrer"
suppressHydrationWarning
className="hover:opacity-70 text-lg text-secondary-600 font-bold underline underline-offset-8"
>
<div className='mt-2 whitespace-pre-line'>{t('APOLOGIZE.DESCRIPTION', { ns: 'ATTENTION' })}</div></a>
</div>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ const En: Lang = {
},
ATTENTION: {
APOLOGIZE: {
TITLE: "",
DESCRIPTION: "",
TITLE: "お知らせ",
DESCRIPTION: "PyCon APAC 2023におけるNOCコンテンツに関するご指摘について",
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions src/lang/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ const Ja: Lang = {
},
ATTENTION: {
APOLOGIZE: {
TITLE: "お詫び",
DESCRIPTION: "NOC コンテンツの一部につきまして、プライバシーの配慮に欠けた内容が含まれておりました。\n当該コンテンツについて公開停止措置を行いました。\n ご不快に感じられた参加者の方々に深くお詫びすると共に\n会場WiFi利用者の皆様に重ねてお詫び申し上げます。",
TITLE: "お知らせ",
DESCRIPTION: "PyCon APAC 2023におけるNOCコンテンツに関するご指摘について",
}
}
};
Expand Down

0 comments on commit 94fbed7

Please sign in to comment.