remove border from nav

This commit is contained in:
Gamebrary 2020-09-30 16:08:19 -07:00
parent 46b0401f4d
commit 1b8b15e58e

View file

@ -1,6 +1,6 @@
<template lang="html">
<nav
class="position-fixed d-flex flex-column p-0 vh-100 text-center border-right border-light"
class="position-fixed d-flex flex-column p-0 vh-100 text-center"
>
<router-link :to="{ name: 'dashboard' }" class="mt-2 mb-3">
<!-- TODO: use svg, change color based on theme -->