Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 4, 2024
1 parent 052a1a7 commit a433952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,14 @@ <h1 class="m-1 text-4xl font-semibold text-cyan-700 dark:text-cyan-400 md:pt-16"
onclick="window.open('mailto:[email protected]', '_blank')">
Contact
</button>
<button type="button" class="text-blue-500 border border-blue-500 h-8 hover:bg-blue-200 dark:hover:bg-blue-900 static w-24 rounded-md m-2"
onclick="window.open('install.html', '_blank')">
Install
</button>
<button type="button" class="text-blue-500 border border-blue-500 h-8 hover:bg-blue-200 dark:hover:bg-blue-900 static w-24 rounded-md m-2"
onclick="window.open('https://t.me/donateawk/14', '_blank')">
Donate
</button>
<button type="button" class="text-blue-500 border border-blue-500 h-8 hover:bg-blue-200 dark:hover:bg-blue-900 static w-24 rounded-md m-2"
onclick="window.open('install.html', '_blank')">
Install
</button>
</div>

</header>
Expand Down

0 comments on commit a433952

Please sign in to comment.