mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Fix minor issue
This commit is contained in:
parent
610ccabd24
commit
508c750179
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue