Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
eri24816 committed Jun 27, 2024
1 parent 2b7234b commit 962740f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MainSections/MainSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class="text-white py-2 px-4 rounded-md flex items-center text-gray-400 justify-center text-lg">
Documentation
</a>
<a href="https://resource.grapycal.com/releases/demo/"
<a href="https://docs.grapycal.com/latest/docs/get-started-6de726/installation-b8566b/"
class="text-white py-2 px-4 rounded-md flex items-center text-gray-400 justify-center text-lg">
Download Now
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/TitleSection/TitleSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="flex flex-column w-full justify-center mt-16 gap-4 flex-wrap">
<!-- two buttons , one for download, one for go to github -->
<!-- use tailwind -->
<TitleSectionButton class="w-60 bg-green-900 border-2 border-green-800 " text="Download Now" link="https://resource.grapycal.com/releases/demo/" icon="https://i.imgur.com/cfGLoZa.png"></TitleSectionButton>
<TitleSectionButton class="w-60 bg-green-900 border-2 border-green-800 " text="Download Now" link="https://docs.grapycal.com/latest/docs/get-started-6de726/installation-b8566b/" icon="https://i.imgur.com/cfGLoZa.png"></TitleSectionButton>

<TitleSectionButton class="w-60 bg-gray-900 border-2 border-gray-700" text="Join Discord" link="https://discord.com/invite/adNQcS42CT" icon="https://www.svgrepo.com/show/353655/discord-icon.svg"></TitleSectionButton>
</div>
Expand Down

0 comments on commit 962740f

Please sign in to comment.