Spaces:
Sleeping
Sleeping
Julian Bilcke
commited on
Commit
·
d9d544c
1
Parent(s):
9c58e18
tmp fix
Browse files
src/app/interface/bottom-bar/bottom-bar.tsx
CHANGED
|
@@ -133,7 +133,10 @@ function BottomBar() {
|
|
| 133 |
)}>
|
| 134 |
<About />
|
| 135 |
<Discord />
|
| 136 |
-
|
|
|
|
|
|
|
|
|
|
| 137 |
</div>
|
| 138 |
<div className={cn(
|
| 139 |
`flex flex-row`,
|
|
|
|
| 133 |
)}>
|
| 134 |
<About />
|
| 135 |
<Discord />
|
| 136 |
+
{/*
|
| 137 |
+
let's put it back once we have music
|
| 138 |
+
<Advert />
|
| 139 |
+
*/}
|
| 140 |
</div>
|
| 141 |
<div className={cn(
|
| 142 |
`flex flex-row`,
|