Skip to content

Commit b81dda5

Browse files
committed
miscellanea
1 parent 9d81d22 commit b81dda5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/algora/matches/matches.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ defmodule Algora.Matches do
6262
opts = [
6363
ids_not: ids_not,
6464
tech_stack: job.tech_stack,
65-
has_min_compensation: true,
65+
by_language_contributions: true,
6666
not_discarded: true,
6767
system_tags: job.system_tags
6868
]

lib/algora/workspace/workspace.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ defmodule Algora.Workspace do
663663
r.name == "DefinitelyTyped" or
664664
r.name == "developer-roadmap" or
665665
r.name == "freeCodeCamp" or
666-
r.name == "hiring-without-whiteboards"),
666+
r.name == "hiring-without-whiteboards" or
667+
r.name == "papers-we-love"),
667668
where:
668669
not (ilike(repo_owner.provider_login, "%algorithms%") or
669670
ilike(repo_owner.provider_login, "%firstcontributions%") or

lib/algora_web/components/tech_badge.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule AlgoraWeb.Components.TechBadge do
2323
</.avatar_fallback>
2424
</.avatar>
2525
<% end %>
26-
{@tech}
26+
<span class="line-clamp-1">{@tech}</span>
2727
</.badge>
2828
"""
2929
end

0 commit comments

Comments
 (0)