mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
316 B
11 lines
316 B
<template>
|
|
<NuxtLink to="/" class="mb-4 flex-grow self-start">
|
|
<h1 class="text-4xl font-medium dark:text-neutral-200">
|
|
<img
|
|
src="/logo.png"
|
|
width="32"
|
|
class="dark:bg mr-2 inline align-middle"
|
|
/><span class="align-middle">WireGuard</span>
|
|
</h1>
|
|
</NuxtLink>
|
|
</template>
|
|
|