Skip to content
Snippets Groups Projects
Commit e7b9f8ef authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: remove duplicate section title

parent f85d7371
No related branches found
No related tags found
No related merge requests found
Pipeline #7252 passed
<template> <template>
<section> <section>
<header class="tw-relative tw-flex tw-items-center tw-gap-6 tw-mt-12 tw-mb-4 first:tw-mt-0"> <header class="tw-relative tw-flex tw-items-center tw-gap-6 tw-mt-12 tw-mb-4 first:tw-mt-0">
<SectionTitle>{{ title }}</SectionTitle>
<SectionTitle class="tw-mb-0">{{ title }}</SectionTitle> <SectionTitle class="tw-mb-0">{{ title }}</SectionTitle>
<slot name="header" /> <slot name="header" />
</header> </header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment