Skip to content

Commit d63d8c2

Browse files
autofix-ci[bot]HugoRCD
authored andcommitted
chore: apply automated lint fixes
1 parent 8d577fb commit d63d8c2

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

apps/docs/app/components/LandingCode.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ onMounted(() => {
1818
:in-view-options="{ once: true }"
1919
class="mb-12"
2020
>
21-
<p class="section-label mb-4 font-mono text-xs uppercase tracking-widest text-zinc-500">Simple API</p>
21+
<p class="section-label mb-4 font-mono text-xs uppercase tracking-widest text-zinc-500">
22+
Simple API
23+
</p>
2224
<h2 class="editorial-title text-3xl font-bold text-white md:text-4xl max-w-lg">
2325
Three lines of code.<br>Full observability<span class="evlog-dot">.</span>
2426
</h2>
@@ -111,7 +113,9 @@ onMounted(() => {
111113
:in-view-options="{ once: true }"
112114
class="mt-12"
113115
>
114-
<p class="section-label mb-4 font-mono text-xs uppercase tracking-widest text-zinc-500">Structured Errors</p>
116+
<p class="section-label mb-4 font-mono text-xs uppercase tracking-widest text-zinc-500">
117+
Structured Errors
118+
</p>
115119
<h3 class="editorial-title text-2xl font-bold text-white md:text-3xl max-w-lg mb-6">
116120
Errors that explain why<span class="evlog-dot">.</span>
117121
</h3>

apps/docs/app/components/LandingCta.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ onMounted(() => {
1818
:transition="{ duration: 0.5 }"
1919
:in-view-options="{ once: true }"
2020
>
21-
<p class="section-label mb-4 font-mono text-xs uppercase tracking-widest text-zinc-500">Get Started</p>
21+
<p class="section-label mb-4 font-mono text-xs uppercase tracking-widest text-zinc-500">
22+
Get Started
23+
</p>
2224
<h2 class="editorial-title mb-6 text-3xl font-bold text-white md:text-4xl lg:text-5xl">
2325
Stop grep-ing through chaos<span class="evlog-dot">.</span>
2426
</h2>

0 commit comments

Comments
 (0)