feat: opening calculator at newtab

This commit is contained in:
wonderlandpark 2021-03-25 16:58:57 +09:00
parent f2b34e6238
commit 45a796a86d
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ const AddBot:NextPage<AddBotProps> = ({ logged, user, csrfToken, theme }) => {
<Input name='url' placeholder='https://discord.com/oauth2/authorize?client_id=653534001742741552&scope=bot&permissions=0' />
<span className='text-gray-400 mt-1 text-sm'>
<Link href='/calculator'>
<a className='text-blue-500 hover:text-blue-400'></a>
<a rel='noreferrer' target='_blank' className='text-blue-500 hover:text-blue-400'></a>
</Link> !
</span>
</Label>

View File

@ -119,7 +119,7 @@ const ManageBotPage:NextPage<ManageBotProps> = ({ bot, user, csrfToken, theme })
<Input name='url' placeholder='https://discord.com/oauth2/authorize?client_id=653534001742741552&scope=bot&permissions=0' />
<span className='text-gray-400 mt-1 text-sm'>
<Link href='/calculator'>
<a className='text-blue-500 hover:text-blue-400'></a>
<a rel='noreferrer' target='_blank' className='text-blue-500 hover:text-blue-400'></a>
</Link> !
</span>
</Label>