mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
refactor: remove useless links from footer
This commit is contained in:
parent
5e08095fa8
commit
687f0e3b19
1 changed files with 0 additions and 32 deletions
|
|
@ -139,38 +139,6 @@ defmodule SpazioSolazzoWeb.Layouts do
|
|||
</div>
|
||||
|
||||
<div class="flex gap-16 flex-wrap md:justify-end">
|
||||
<div>
|
||||
<h3 class="text-sm font-bold text-base-content uppercase tracking-wider mb-4">
|
||||
Spaces
|
||||
</h3>
|
||||
<ul class="flex flex-col gap-3">
|
||||
<li>
|
||||
<a
|
||||
href="/coworking"
|
||||
class="text-sm text-neutral hover:text-secondary transition-colors"
|
||||
>
|
||||
Coworking
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="/meeting"
|
||||
class="text-sm text-neutral hover:text-secondary transition-colors"
|
||||
>
|
||||
Meeting Room
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="/music"
|
||||
class="text-sm text-neutral hover:text-secondary transition-colors"
|
||||
>
|
||||
Music Room
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-sm font-bold text-base-content uppercase tracking-wider mb-4">
|
||||
Community
|
||||
|
|
|
|||
Loading…
Reference in a new issue