Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jul 6, 2024
1 parent 7d5cc22 commit ab7eb57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<projectContainer class="flex gap-8">
<div
class="flex flex-col gap-2 bg-[color:var(--brand-colour)] p-4 rounded-2xl gap-8"
>
<ProjectTitleBar>
<span
class="text-[1.5rem] sm:text-[2rem] md:text-[3rem] lg:text-[4rem] internalFont flex flex-row flex-wrap gap-3"
Expand All @@ -11,20 +13,18 @@
</span>
</ProjectTitleBar>

<ProjectParagraph>
<p>
Don't be forced to use Essential. There are countless open-source
alternatives to help you.
</ProjectParagraph>
</p>

<NuxtLink class="w-fit" to="/alternatives">
<BigButton> <LucideArrowUpRight /> ALTERNATIVES </BigButton>
</NuxtLink>
</projectContainer>
</div>
</template>

<script setup lang="ts">
import ProjectContainer from "../components/projectContainer.vue"
import ProjectParagraph from "../components/projectParagraph.vue"
import ProjectTitleBar from "../components/projectTitleBar.vue"
import BigButton from "../components/bigButton.vue"
Expand Down

0 comments on commit ab7eb57

Please sign in to comment.