File tree Expand file tree Collapse file tree 6 files changed +637
-360
lines changed Expand file tree Collapse file tree 6 files changed +637
-360
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defmodule AlgoraWeb.Components.Footer do
13
13
< footer aria-labelledby = "footer-heading " >
14
14
< h2 id = "footer-heading " class = "sr-only " > Footer</ h2 >
15
15
< div class = "mx-auto max-w-7xl px-6 pb-8 lg:px-8 " >
16
- < div class = "border-t border-white/10 pt-16 sm:pt-24 " >
16
+ <%!-- < div class="border-t border-white/10 pt-16 sm:pt-24">
17
17
<div class="grid grid-cols-2 gap-x-12 gap-y-20 md:grid-cols-4">
18
18
<div>
19
19
<h3 class="text-base font-semibold leading-6 text-white">
@@ -166,8 +166,13 @@ defmodule AlgoraWeb.Components.Footer do
166
166
</ul>
167
167
</div>
168
168
</div>
169
- </ div >
170
- < div class = "mt-16 border-t border-white/10 pt-8 sm:mt-20 flex flex-col md:flex-row md:justify-between md:items-start lg:mt-24 gap-8 " >
169
+ </div> --%>
170
+ < div class = {
171
+ classes ( [
172
+ "pt-8 border-t border-white/10 flex flex-col md:flex-row md:justify-between md:items-start gap-8"
173
+ # "mt-16 sm:mt-20 lg:mt-24"
174
+ ] )
175
+ } >
171
176
< div class = "flex gap-4 sm:gap-6 md:order-2 " >
172
177
< . link
173
178
class = "rounded-xl border-2 border-gray-500 p-3 text-gray-400 transition-colors hover:border-gray-400 hover:text-gray-300 sm:p-3 "
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ defmodule AlgoraWeb.Components.Header do
10
10
% { name: "Bounties" , path: ~p" /bounties" } ,
11
11
% { name: "Jobs" , path: ~p" /jobs" } ,
12
12
% { name: "Testimonials" , path: ~p" /testimonials" } ,
13
- % { name: "Crowdfund" , path: ~p" /crowdfund" } ,
14
13
% { name: "Docs" , path: ~p" /docs" } ,
15
14
% { name: "Pricing" , path: ~p" /pricing" }
16
15
]
You can’t perform that action at this time.
0 commit comments