diff --git a/front/src/components/About.vue b/front/src/components/About.vue index c6f251c36beb18eee468fb602aa7b6e3e7065732..050cc17fa78064c362a71550d20d91086dea227e 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 399c22a4cb939ea4fe95ed65a92251784966308f..ecc3ec76ea43c0f31908374bb72c6697b6b1924a 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">