Update AvailableSources.vue
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div
|
<div
|
||||||
v-for="source in sources"
|
v-for="source in sources"
|
||||||
:key="source.id"
|
:key="source.id"
|
||||||
class="flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10"
|
class="flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10 mt-3"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
class="h-16 w-16"
|
class="h-16 w-16"
|
||||||
|
Reference in New Issue
Block a user