Skip to content

Commit 5ea1520

Browse files
authored
Merge branch 'main' into APPS-3755_ucla-library-homepage-missing-an-h1
2 parents 51ff723 + 46f1c1c commit 5ea1520

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pages/impact/[year]/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ const timelineSortedBySubtitle = computed(() => {
144144
class="sub-section-grid"
145145
>
146146
<h3
147+
v-if="propertyName && propertyName.trim() !== ''"
147148
class="grid-gallery-subtitle"
148149
v-html="propertyName"
149150
/>
@@ -156,6 +157,7 @@ const timelineSortedBySubtitle = computed(() => {
156157
/>
157158
</div>
158159
</SectionWrapper>
160+
159161
<SectionWrapper theme="divider">
160162
<DividerWayFinder
161163
class="divider"

pages/impact/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const timelineSortedBySubtitle = computed(() => {
138138
class="sub-section-grid"
139139
>
140140
<h3
141+
v-if="propertyName && propertyName.trim() !== ''"
141142
class="grid-gallery-subtitle"
142143
v-html="propertyName"
143144
/>
@@ -150,6 +151,7 @@ const timelineSortedBySubtitle = computed(() => {
150151
/>
151152
</div>
152153
</SectionWrapper>
154+
153155
<SectionWrapper theme="divider">
154156
<DividerWayFinder
155157
class="divider"

0 commit comments

Comments
 (0)