diff --git a/app/views/anime/cover-item.php b/app/views/anime/cover-item.php
index bfad9149..92b2e559 100644
--- a/app/views/anime/cover-item.php
+++ b/app/views/anime/cover-item.php
@@ -41,14 +41,20 @@
-
+ = $helper->picture("images/{$link['meta']['image']}", 'svg', [
+ 'class' => 'streaming-logo',
+ 'width' => 20,
+ 'height' => 20,
+ 'alt' => "{$link['meta']['name']} logo",
+ ]); ?>
-
+ = $helper->picture("images/{$link['meta']['image']}", 'svg', [
+ 'class' => 'streaming-logo',
+ 'width' => 20,
+ 'height' => 20,
+ 'alt' => "{$link['meta']['name']} logo",
+ ]); ?>
diff --git a/app/views/anime/details.php b/app/views/anime/details.php
index a5d7b549..97dbb358 100644
--- a/app/views/anime/details.php
+++ b/app/views/anime/details.php
@@ -46,7 +46,7 @@
= $title ?>
- = nl2br($show_data['synopsis']) ?>
+ = nl2br($show_data['synopsis']) ?>
0): ?>
Streaming on:
@@ -67,19 +67,21 @@
href="= $link['link'] ?>"
title="Stream '= $show_data['title'] ?>' on = $link['meta']['name'] ?>"
>
-
+ = $helper->picture("images/{$link['meta']['image']}", 'svg', [
+ 'class' => 'streaming-logo',
+ 'width' => 50,
+ 'height' => 50,
+ 'alt' => "{$link['meta']['name']} logo",
+ ]); ?>
= $link['meta']['name'] ?>
-
+ = $helper->picture("images/{$link['meta']['image']}", 'svg', [
+ 'class' => 'streaming-logo',
+ 'width' => 50,
+ 'height' => 50,
+ 'alt' => "{$link['meta']['name']} logo",
+ ]); ?>
= $link['meta']['name'] ?>
@@ -91,12 +93,17 @@
-
+
Trailer
+
diff --git a/app/views/anime/list.php b/app/views/anime/list.php
index 740fca5b..429f6814 100644
--- a/app/views/anime/list.php
+++ b/app/views/anime/list.php
@@ -72,10 +72,20 @@
-
+ = $helper->picture("images/{$link['meta']['image']}", 'svg', [
+ 'class' => 'streaming-logo',
+ 'width' => 50,
+ 'height' => 50,
+ 'alt' => "{$link['meta']['name']} logo",
+ ]); ?>
-
+ = $helper->picture("images/{$link['meta']['image']}", 'svg', [
+ 'class' => 'streaming-logo',
+ 'width' => 50,
+ 'height' => 50,
+ 'alt' => "{$link['meta']['name']} logo",
+ ]); ?>
diff --git a/app/views/user/details.php b/app/views/user/details.php
index 35454735..8fa17d66 100644
--- a/app/views/user/details.php
+++ b/app/views/user/details.php
@@ -3,8 +3,19 @@ use function Aviat\AnimeClient\getLocalImg;
use Aviat\AnimeClient\API\Kitsu;
?>
+
+ = $helper->a(
+ "https://kitsu.io/users/{$attributes['slug']}",
+ $attributes['name'], [
+ 'title' => 'View profile on Kitsu'
+ ])
+ ?>
+
+
+ = $escape->html($attributes['about']) ?>
+
-
+
-
-
- = $helper->a(
- "https://kitsu.io/users/{$attributes['slug']}",
- $attributes['name'], [
- 'title' => 'View profile on Kitsu'
- ])
- ?>
-
-
-
- About:
- - = $escape->html($attributes['about']) ?>
-
-
+
+
Favorites
+
-
+
\ No newline at end of file