Skip to content

Commit

Permalink
improvment: reset feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun committed Sep 14, 2023
1 parent a8e7e9d commit 1d33612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/features.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ const features: Array<FeatureItem> = [
---

<ContentSection title="Features" id="features">
<Fragment slot="lead">
<!-- <Fragment slot="lead">
Astro comes <span class="text-primary">batteries included</span>. It takes
the best parts of
<span class="text-primary">state-of-the-art</span>
tools and adds its own <span class="text-primary">innovations</span>.
</Fragment>
</Fragment> -->
<ul class="grid max-w-6xl grid-cols-1 md:grid-cols-2 lg:grid-cols-3">
{
features.map(({ title, description, icon }) => (
Expand Down

0 comments on commit 1d33612

Please sign in to comment.