File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ defmodule AlgoraWeb.JobsLive do
320320 < div class = "lg:col-span-6 " >
321321 < h3 class = "text-xl sm:text-2xl xl:text-3xl font-display font-bold leading-[1.2] sm:leading-[2rem] xl:leading-[3rem] " >
322322 Bounties help us control our burn rate, get work done & meet new hires. I've made
323- < span class = "text-success " > 3 full-time hires</ span >
323+ < span class = "text-success " > 4 full-time hires</ span >
324324 using Algora
325325 </ h3 >
326326 < div class = "flex flex-wrap items-center gap-x-8 gap-y-4 pt-4 sm:pt-12 " >
Original file line number Diff line number Diff line change @@ -244,10 +244,7 @@ defmodule AlgoraWeb.Org.JobLive do
244244 <% else %>
245245 < div class = "grid grid-cols-1 gap-8 lg:grid-cols-3 " >
246246 <%= for { application , index } <- Enum . with_index ( @ imports ) do %>
247- < div class = {
248- if @ current_org . hiring_subscription == :inactive && index >= 3 ,
249- do: "filter blur-sm pointer-events-none"
250- } >
247+ < div >
251248 < . developer_card
252249 tech_stack = { @ job . tech_stack |> Enum . take ( 1 ) }
253250 application = { application }
You can’t perform that action at this time.
0 commit comments