NoSelect on index

This commit is contained in:
2024-11-25 16:21:25 +01:00
parent f20026542b
commit b8506bfcdb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div style="width: fit-content;">
<NuxtLink style="display: flex; width: fit-content; text-decoration: none;" to="/">
<img width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
<h1 id="logo-text" style="">BuildPath</h1>
<img style="user-select: none;" width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
<h1 id="logo-text">BuildPath</h1>
</NuxtLink>
</div>
</template>