We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ca0cf commit efdc10eCopy full SHA for efdc10e
pages/security.tsx
@@ -42,7 +42,7 @@ const Security: NextPage<SecurityProps> = ({ bugReports }) => {
42
</ul>
43
<h1 className='mb-3 mt-6 text-3xl font-bold text-koreanbots-blue'>범위</h1>
44
<ul className='list-inside list-disc'>
45
- {['koreanbots.dev 및 *.koreanbots.dev', 'kbots.link', '디스코드.한국'].map((el) => (
+ {['koreanbots.dev 및 *.koreanbots.dev', 'listing.kr', 'discordlist.kr', '디스코드.한국'].map((el) => (
46
<li key={el}>{el}</li>
47
))}
48
0 commit comments