Skip to content

Commit

Permalink
Merge remote-tracking branch 'wg-easy/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian committed Feb 2, 2024
2 parents 1793ab9 + 946eb60 commit 4d0c6e1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 59 deletions.
116 changes: 58 additions & 58 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,10 @@ <h3 class="text-lg leading-6 font-medium text-gray-900 dark:text-neutral-200" id
</div>

<div v-if="authenticated === false">
<!-- <h1 class="text-4xl font-medium my-16 text-gray-700 dark:text-neutral-200 text-center">WireGuard</h1> -->
<h1 class="text-4xl font-medium my-16 text-gray-700 dark:text-neutral-200 text-center">
<img src="./img/logo.png" width="32" class="inline align-middle dark:bg" />
<span class="align-middle">WireGuard</span>
</h1>

<form @submit="login"
class="shadow material-container material-container--secondary mx-auto w-64 p-5 overflow-hidden mt-10">
Expand Down

0 comments on commit 4d0c6e1

Please sign in to comment.