Skip to content

Commit

Permalink
Fix the heading size for related audio (#5194)
Browse files Browse the repository at this point in the history
* change in heading size for related audio

* Update snapshots

---------

Co-authored-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
tejaswarathe and obulat authored Nov 28, 2024
1 parent 7349f52 commit d1b91f5
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/src/components/VMediaInfo/VRelatedMedia.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { useRoute, useI18n, firstParam } from "#imports"
import { firstParam, useI18n, useRoute } from "#imports"
import { computed, watch } from "vue"
Expand Down Expand Up @@ -66,11 +66,7 @@ const collectionLabel = computed(() => {
:aria-label="collectionLabel"
>
<template #header>
<h2
id="related-heading"
class="heading-6 mb-6"
:class="results.type === 'image' ? 'md:heading-5' : 'lg:heading-6'"
>
<h2 id="related-heading" class="heading-6 md:heading-5 mb-6">
{{ collectionLabel }}
</h2>
</template>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1b91f5

Please sign in to comment.