File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ defmodule Algora.Matches do
62
62
opts = [
63
63
ids_not: ids_not ,
64
64
tech_stack: job . tech_stack ,
65
- has_min_compensation : true ,
65
+ by_language_contributions : true ,
66
66
not_discarded: true ,
67
67
system_tags: job . system_tags
68
68
]
Original file line number Diff line number Diff line change @@ -663,7 +663,8 @@ defmodule Algora.Workspace do
663
663
r . name == "DefinitelyTyped" or
664
664
r . name == "developer-roadmap" or
665
665
r . name == "freeCodeCamp" or
666
- r . name == "hiring-without-whiteboards" ) ,
666
+ r . name == "hiring-without-whiteboards" or
667
+ r . name == "papers-we-love" ) ,
667
668
where:
668
669
not ( ilike ( repo_owner . provider_login , "%algorithms%" ) or
669
670
ilike ( repo_owner . provider_login , "%firstcontributions%" ) or
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ defmodule AlgoraWeb.Components.TechBadge do
23
23
</ . avatar_fallback >
24
24
</ . avatar >
25
25
<% end %>
26
- { @ tech }
26
+ < span class = " line-clamp-1 " > { @ tech } </ span >
27
27
</ . badge >
28
28
"""
29
29
end
You can’t perform that action at this time.
0 commit comments