Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 9, 2024
1 parent e5e2781 commit c0d290b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/pages/index/sections/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const Features = () => {
caption={data.caption}
title={data.title}
descriptions={[
<>Vike is a general-purpose core that includes everything you can expect from a modern framework and more.</>
<>
Vike is a general-purpose core that includes everything you can expect from a modern framework and more.
</>
]}
/>
</TextBox>
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/index/sections/Reliable/Reliable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const benefits = [
href: '/why#flexible-and-reliable-by-prioritization',
description: (
<>
We are responsive with a clear guideline on how to receive assistance. Bugs are quickly fixed
(usually under 24 hours).
We are responsive with a clear guideline on how to receive assistance. Bugs are quickly fixed (usually under 24
hours).
</>
),
image: <BugFixSVG />
Expand Down

0 comments on commit c0d290b

Please sign in to comment.