mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Remove unnecessary span elements for improved readability in multiple views
This commit is contained in:
@@ -770,7 +770,7 @@
|
||||
<span class="text-sm font-medium text-pink-700">Enterprise Ready</span>
|
||||
</div>
|
||||
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl lg:text-5xl">
|
||||
Advanced features <span class="text-violet-600">for teams</span>
|
||||
Advanced features for teams
|
||||
</h2>
|
||||
<p class="mt-6 text-lg leading-8 text-gray-600">
|
||||
Built to scale with your organization.
|
||||
|
||||
@@ -986,7 +986,7 @@
|
||||
<span class="text-sm font-medium text-white">Use Cases</span>
|
||||
</div>
|
||||
<h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl">
|
||||
Dashboards for <span class="text-indigo-400">every team</span>
|
||||
Dashboards for every team
|
||||
</h2>
|
||||
<p class="mt-6 text-lg leading-8 text-gray-300">
|
||||
Create dashboards tailored to different roles and use cases across your organization.
|
||||
|
||||
@@ -811,7 +811,7 @@
|
||||
<span class="text-sm font-medium text-white">OpenTelemetry Native</span>
|
||||
</div>
|
||||
<h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl">
|
||||
Built on <span class="text-orange-400">open standards</span>
|
||||
Built on open standards
|
||||
</h2>
|
||||
<p class="mt-6 text-lg leading-8 text-gray-300">
|
||||
Use OpenTelemetry to capture exceptions with full distributed trace context. No proprietary agents or vendor lock-in.
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<!-- Main Headline -->
|
||||
<h1 class="text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl">
|
||||
See everything. <br class="hidden sm:block" />
|
||||
<span class="text-cyan-600">Miss nothing.</span>
|
||||
Miss nothing.
|
||||
</h1>
|
||||
|
||||
<!-- Subheadline -->
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<!-- Main Headline -->
|
||||
<h1 class="text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl">
|
||||
Build trust with <br class="hidden sm:block" />
|
||||
<span class="text-emerald-600">transparent communication</span>
|
||||
transparent communication
|
||||
</h1>
|
||||
|
||||
<!-- Subheadline -->
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<!-- Main Headline -->
|
||||
<h1 class="text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl">
|
||||
Know when you're down <br class="hidden sm:block" />
|
||||
<span class="text-emerald-600">before your customers do</span>
|
||||
before your customers do
|
||||
</h1>
|
||||
|
||||
<!-- Subheadline -->
|
||||
|
||||
Reference in New Issue
Block a user