Skip to content

Commit 2a7005c

Browse files
authored
fix: remove heading from navbar (#187)
1 parent f7a038b commit 2a7005c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

overrides/partials/header.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<div
260260
class="tw-flex tw-items-center tw-justify-between tw-text-gray-500 tw-text-base tw-font-semibold tw-w-full tw-text-left toggle-btn"
261261
>
262-
<h4>Platform</h4>
262+
<span>Platform</span>
263263
<img
264264
src="assets/submenu-icon.svg"
265265
alt="Arrow"
@@ -270,9 +270,9 @@ <h4>Platform</h4>
270270
<div
271271
class="tw-border tw-rounded-md tw-p-4 tw-text-center tw-flex tw-flex-col tw-space-y-2"
272272
>
273-
<h3 class="tw-font-medium tw-text-xs tw-text-black">
273+
<p class="tw-font-medium tw-text-xs tw-text-black">
274274
Full Stack Observability Platform
275-
</h3>
275+
</p>
276276
<a
277277
href="/platform/"
278278
class="tw-text-xs gradient-hover tw-font-medium tw-underline"
@@ -350,7 +350,7 @@ <h3 class="tw-font-medium tw-text-xs tw-text-black">
350350
<div
351351
class="tw-flex tw-items-center tw-justify-between tw-text-gray-500 tw-text-base tw-font-semibold tw-w-full tw-text-left toggle-btn"
352352
>
353-
<h4>Solutions</h4>
353+
<span>Solutions</span>
354354
<img
355355
src="assets/submenu-icon.svg"
356356
alt="Arrow"
@@ -361,9 +361,9 @@ <h4>Solutions</h4>
361361
<div
362362
class="tw-border tw-rounded-md tw-p-4 tw-text-center tw-flex tw-flex-col tw-space-y-2"
363363
>
364-
<h3 class="tw-font-medium tw-text-xs tw-text-black">
364+
<p class="tw-font-medium tw-text-xs tw-text-black">
365365
Full Stack Observability Solutions
366-
</h3>
366+
</p>
367367
<a
368368
href="/solutions/"
369369
class="tw-text-xs gradient-hover tw-font-medium tw-underline"
@@ -436,7 +436,7 @@ <h3 class="tw-font-medium tw-text-xs tw-text-black">
436436
<div
437437
class="tw-flex tw-items-center tw-justify-between tw-text-gray-500 tw-text-base tw-font-semibold tw-w-full tw-text-left toggle-btn"
438438
>
439-
<h4>Resources</h4>
439+
<span>Resources</span>
440440
<img
441441
src="assets/submenu-icon.svg"
442442
alt="Arrow"
@@ -447,11 +447,11 @@ <h4>Resources</h4>
447447
<div
448448
class="tw-border tw-rounded-md tw-p-4 tw-text-center"
449449
>
450-
<h3
450+
<p
451451
class="tw-font-medium tw-text-xs tw-text-black tw-flex tw-flex-col tw-space-y-2"
452452
>
453453
Full Stack Observability Resources
454-
</h3>
454+
</p>
455455
<a
456456
href="/resources/"
457457
class="tw-text-xs gradient-hover tw-font-medium tw-underline"

0 commit comments

Comments
 (0)