Skip to content

Commit

Permalink
Merge pull request #63 from JetonDAO/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ArmanMazdaee authored Oct 15, 2024
2 parents 2d3d1d6 + efb3b73 commit 2d18842
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,20 @@ export default function LandingPage() {
/>
<ul className="flex space-x-10">
<li>
<a href="#about" className="hover:text-gray-400 text-xs">
<a
target="_blank"
href="https://github.com/JetonDAO/jeton/blob/main/project-overview.md"
className="hover:text-gray-400 text-xs sm:text-sm"
>
Docs
</a>
</li>
<li>
<a href="#features" className="hover:text-gray-400 text-xs">
<a
target="_blank"
href="https://scribehow.com/shared/How_to_Create_and_Join_a_Game_on_Jeton__SPXkQgPVQWO6m61Lrh3S-A"
className="hover:text-gray-400 text-xs sm:text-sm"
>
User Manual
</a>
</li>
Expand Down

0 comments on commit 2d18842

Please sign in to comment.