mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
object-cover
This commit is contained in:
@@ -25,9 +25,4 @@ class LaravelEcho extends Component
|
|||||||
'timeout' => 60000,
|
'timeout' => 60000,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function render()
|
|
||||||
{
|
|
||||||
return view('livewire.laravel-echo');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template x-if="notification.img">
|
<template x-if="notification.img">
|
||||||
<img class="h-10 w-10 object-cover rounded-full" :src="notification.img" />
|
<img class="h-10 w-10 object-contain rounded" :src="notification.img" />
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user