From 2dcbb6dc1a63e50c5948cc8859ef2ba0ad53b98c Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Fri, 19 Nov 2021 11:07:01 +0100
Subject: [PATCH] Add Podname to Banner

---
 front/src/components/About.vue    | 4 ++++
 front/src/components/AboutPod.vue | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/front/src/components/About.vue b/front/src/components/About.vue
index c6f251c36..050cc17fa 100644
--- a/front/src/components/About.vue
+++ b/front/src/components/About.vue
@@ -62,6 +62,10 @@
             </div>
             <div class="ui card">
               <section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
+            <h1>
+              <i class="music icon"></i>
+              {{ podName }}
+            </h1>
               </section>
               <div class="content padding-top padding-bottom">
                 <h3 class="ui header" id="description">
diff --git a/front/src/components/AboutPod.vue b/front/src/components/AboutPod.vue
index 399c22a4c..ecc3ec76e 100644
--- a/front/src/components/AboutPod.vue
+++ b/front/src/components/AboutPod.vue
@@ -7,6 +7,10 @@
       <div class="ui horizontally fitted stripe basic segment">
         <div class="ui basic vertically fitted stripe segment content">
           <section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
+            <h1>
+              <i class="music icon"></i>
+              {{ podName }}
+            </h1>
           </section>
         </div>
         <div class="ui basic vertically fitted stripe segment content">
-- 
GitLab