Skip to content

Commit fa01987

Browse files
committed
fix: add missing heading for stakinghub on landing page
1 parent c820b16 commit fa01987

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/layers/products/app/components/ProductLandingpageSectionStakinghub.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ onUnmounted(() => {
3838

3939
<template>
4040
<div class="w-full flex flex-col gap-4xl justify-center items-center">
41-
<p
41+
<ProductLandingpageHeading
42+
is="h2"
4243
id="staking-hub"
43-
class="text-center "
4444
:headline="$t('products.landing_page.staking_hub.title')"
45+
size="lg"
46+
class="text-center "
4547
/>
4648
<p>{{ $t('products.landing_page.staking_hub.description') }}</p>
4749
<BaseButton

0 commit comments

Comments
 (0)