Logo is now routerlink to /
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user