Skip to content

Commit

Permalink
Switch order of main page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jan 23, 2023
1 parent cde0055 commit afcea80
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,22 @@
<div class="space-y-6">
<h2
class="text-2xl tracking-tight hover:text-gray dark:hover:text-light-gray md:text-3xl lg:text-4xl"
id="key-terms"
id="features"
>
<a href="#key-terms">Core Nix components</a>
<a href="#features">What the Nix ecosystem offers</a>
</h2>

<NixTerms />
<Features />
</div>

<div class="space-y-6">
<h2
class="text-2xl tracking-tight hover:text-gray dark:hover:text-light-gray md:text-3xl lg:text-4xl"
id="features"
id="key-terms"
>
<a href="#features">What the Nix ecosystem offers</a>
<a href="#key-terms">Core Nix components</a>
</h2>

<Features />
<NixTerms />
</div>
</section>
</HorizontalContainer>
Expand Down

1 comment on commit afcea80

@vercel
Copy link

@vercel vercel bot commented on afcea80 Jan 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.