Skip to content

Commit

Permalink
Restore h1 header for about page
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 29, 2024
1 parent 236b125 commit b55b59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/AboutGalaxy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const versionUserDocumentationUrl = computed(() => {

<template>
<div v-if="isConfigLoaded" class="about-galaxy">
<Heading h1 :icon="['gxd', 'galaxyLogo']" size="lg">Help and Support</Heading>
<div class="p-2">
<Heading h2 separator size="md">Support</Heading>
<div v-if="config.wiki_url">
Expand Down

0 comments on commit b55b59a

Please sign in to comment.