Fix minor issue
This commit is contained in:
parent
610ccabd24
commit
508c750179
@ -26,7 +26,7 @@ export default {
|
||||
<template>
|
||||
<div class="bg-ctp-crust w-40 lg:w-[11rem] md:w-[13.5rem] rounded-lg">
|
||||
<router-link :to="`/game/${category.name}`">
|
||||
<img :src="category.image" class="rounded-lg rounded-b-none" />
|
||||
<img :src="category.image" class="rounded-lg rounded-b-none w-full" />
|
||||
</router-link>
|
||||
|
||||
<div class="p-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user