254
254
< div
255
255
class ="flex items-center justify-between text-gray-500 text-base font-semibold w-full text-left toggle-btn "
256
256
>
257
- < h4 > Platform</ h4 >
257
+ < span > Platform</ span >
258
258
< img
259
259
src ="/docs/assets/submenu-icon.svg "
260
260
alt ="Arrow "
@@ -265,9 +265,9 @@ <h4>Platform</h4>
265
265
< div
266
266
class ="border rounded-md p-4 text-center flex flex-col space-y-2 "
267
267
>
268
- < h3 class ="font-medium text-xs text-black ">
268
+ < p class ="font-medium text-xs text-black ">
269
269
Full Stack Observability Platform
270
- </ h3 >
270
+ </ p >
271
271
< a
272
272
href ="/platform/ "
273
273
class ="text-xs gradient-hover font-medium underline "
@@ -337,7 +337,7 @@ <h3 class="font-medium text-xs text-black">
337
337
< div
338
338
class ="flex items-center justify-between text-gray-500 text-base font-semibold w-full text-left toggle-btn "
339
339
>
340
- < h4 > Solutions</ h4 >
340
+ < span > Solutions</ span >
341
341
< img
342
342
src ="/docs/assets/submenu-icon.svg "
343
343
alt ="Arrow "
@@ -348,9 +348,9 @@ <h4>Solutions</h4>
348
348
< div
349
349
class ="border rounded-md p-4 text-center flex flex-col space-y-2 "
350
350
>
351
- < h3 class ="font-medium text-xs text-black ">
351
+ < p class ="font-medium text-xs text-black ">
352
352
Full Stack Observability Solutions
353
- </ h3 >
353
+ </ p >
354
354
< a
355
355
href ="/solutions/ "
356
356
class ="text-xs gradient-hover font-medium underline "
@@ -423,7 +423,7 @@ <h3 class="font-medium text-xs text-black">
423
423
< div
424
424
class ="flex items-center justify-between text-gray-500 text-base font-semibold w-full text-left toggle-btn "
425
425
>
426
- < h4 > Resources</ h4 >
426
+ < span > Resources</ span >
427
427
< img
428
428
src ="/docs/assets/submenu-icon.svg "
429
429
alt ="Arrow "
@@ -432,11 +432,11 @@ <h4>Resources</h4>
432
432
</ div >
433
433
< div class ="submenu hidden space-y-4 mt-2 ">
434
434
< div class ="border rounded-md p-4 text-center ">
435
- < h3
435
+ < p
436
436
class ="font-medium text-xs text-black flex flex-col space-y-2 "
437
437
>
438
438
Full Stack Observability Resources
439
- </ h3 >
439
+ </ p >
440
440
< a
441
441
href ="/resources/ "
442
442
class ="text-xs gradient-hover font-medium underline "
0 commit comments