Removed the SidebarFooter component

This commit is contained in:
Mathias Wagner 2023-08-04 12:04:36 +02:00
parent 176d9b1741
commit 48aab0c6dd
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
3 changed files with 0 additions and 25 deletions

View File

@ -1,9 +0,0 @@
import "./styles.sass";
export const SidebarFooter = () => (
<div className="sidebar-footer">
<p>Privacy</p>
<p></p>
<p>Imprint</p>
</div>
)

View File

@ -1 +0,0 @@
export {SidebarFooter as default} from "./SidebarFooter";

View File

@ -1,15 +0,0 @@
@import "@/common/styles/colors"
.sidebar-footer
display: flex
justify-content: center
align-items: center
gap: 0.5rem
width: 18rem
margin-bottom: 0.8rem
p
color: $white
margin: 0
font-weight: 500
font-size: 15pt