fix: invalid manage path

This commit is contained in:
wonderlandpark 2021-05-29 00:41:05 +09:00
parent d70185526f
commit eec29ef9dc

View File

@ -84,7 +84,7 @@ const BotCard: React.FC<BotCardProps> = ({ manage = false, bot }) => {
</a>
</Link>
{manage ? (
<Link href={`/manage/${bot.id}`}>
<Link href={`/bots${bot.id}/edit`}>
<a className='py-3 w-full text-center text-green-500 hover:text-white text-sm font-bold hover:bg-green-500 rounded-br-2xl hover:shadow-lg transition duration-100 ease-in'>
</a>