fix: invalid url

This commit is contained in:
wonderlandpark 2021-05-29 02:12:38 +09:00
parent be6ac0c431
commit b0e873d30f

View File

@ -84,7 +84,7 @@ const BotCard: React.FC<BotCardProps> = ({ manage = false, bot }) => {
</a> </a>
</Link> </Link>
{manage ? ( {manage ? (
<Link href={`/bots${bot.id}/edit`}> <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 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> </a>