Skip to content

Commit bdef850

Browse files
committed
misc
1 parent 90ac4ad commit bdef850

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/algora_web/live/jobs_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

lib/algora_web/live/org/job_live.ex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)