Removed the SidebarFooter component
This commit is contained in:
parent
176d9b1741
commit
48aab0c6dd
@ -1,9 +0,0 @@
|
|||||||
import "./styles.sass";
|
|
||||||
|
|
||||||
export const SidebarFooter = () => (
|
|
||||||
<div className="sidebar-footer">
|
|
||||||
<p>Privacy</p>
|
|
||||||
<p>・</p>
|
|
||||||
<p>Imprint</p>
|
|
||||||
</div>
|
|
||||||
)
|
|
@ -1 +0,0 @@
|
|||||||
export {SidebarFooter as default} from "./SidebarFooter";
|
|
@ -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
|
|
Reference in New Issue
Block a user