Logo is now routerlink to /

This commit is contained in:
2024-11-24 22:37:36 +01:00
parent 7dbaefe690
commit 23752c6e09

View File

@@ -1,6 +1,19 @@
<template>
<div style="display: flex; width: fit-content;">
<div style="width: fit-content;">
<RouterLink style="display: flex; width: fit-content; text-decoration: none;" to="/">
<img width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
<h1 style="font-weight: 200; align-content: center; font-size: 90px; margin-left: 20px;">BuildPath</h1>
<h1 id="logo-text" style="">BuildPath</h1>
</RouterLink>
</div>
</template>
<style>
#logo-text {
font-weight: 200;
align-content: center;
font-size: 90px;
margin-left: 20px;
user-select: none;
text-decoration: none;
}
</style>