Skip to content

Commit 4ffef73

Browse files
committed
misc fixes
1 parent 99003f6 commit 4ffef73

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ defmodule AlgoraWeb.HomeLive do
294294
Nicolas Camara
295295
</div>
296296
<div class="text-xs xl:text-sm text-foreground/90 font-medium">
297-
Co-founder & CEO
297+
Co-founder & CTO
298298
</div>
299299
<div class="text-xs xl:text-sm text-foreground/90 font-medium">
300300
Firecrawl <span class="text-orange-400">(YC S22)</span>
@@ -629,12 +629,6 @@ defmodule AlgoraWeb.HomeLive do
629629
<p class="text-muted-foreground mb-4">
630630
Today, companies simply share their job description and receive qualified candidates within hours. We've transformed from a coding marketplace into the most efficient hiring platform for technical talent globally.
631631
</p>
632-
<div class="inline-flex items-center gap-2 px-4 py-2 bg-emerald-400/10 border border-emerald-400/20 rounded-lg">
633-
<.icon name="tabler-rocket" class="size-4 text-emerald-400" />
634-
<span class="text-sm font-medium text-emerald-400">
635-
New HN launch coming in September
636-
</span>
637-
</div>
638632
</div>
639633
</div>
640634
</div>
@@ -1072,7 +1066,7 @@ defmodule AlgoraWeb.HomeLive do
10721066
company_avatar: "https://avatars.githubusercontent.com/u/144973251?s=200&v=4",
10731067
person_name: "Tom",
10741068
person_avatar: "https://avatars.githubusercontent.com/u/38532?v=4",
1075-
person_title: "Staff Engineer",
1069+
person_title: "Staff Software Engineer",
10761070
special: true
10771071
},
10781072
%{

lib/algora_web/live/platform_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ defmodule AlgoraWeb.PlatformLive do
424424
/>
425425
<div class="text-sm">
426426
<div class="text-base font-semibold text-foreground">Nicolas Camara</div>
427-
<div class="text-foreground/90 font-medium">Co-founder & CEO</div>
427+
<div class="text-foreground/90 font-medium">Co-founder & CTO</div>
428428
<div class="text-muted-foreground font-medium">
429429
Firecrawl <span class="text-orange-400">(YC S22)</span>
430430
</div>

0 commit comments

Comments
 (0)