Skip to content

Commit bfed071

Browse files
committed
update golem challenge screenshot
1 parent 77ffc86 commit bfed071

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ defmodule AlgoraWeb.HomeLive do
237237
</p>
238238
239239
<div class="mx-auto max-w-6xl gap-8 text-sm leading-6">
240-
<div class="flex gap-4 sm:gap-8 lg:gap-x-16">
240+
<div class="flex gap-4 sm:gap-8">
241241
<div class="w-[40%]">
242242
<.modal_video
243243
class="aspect-[9/16] rounded-xl lg:rounded-2xl lg:rounded-r-none"
@@ -253,7 +253,7 @@ defmodule AlgoraWeb.HomeLive do
253253
href="https://github.com/golemcloud/golem/issues/1004"
254254
rel="noopener"
255255
target="_blank"
256-
class="relative flex aspect-[1121/1343] w-full items-center justify-center overflow-hidden rounded-xl lg:rounded-2xl lg:rounded-l-none bg-gray-800"
256+
class="relative flex aspect-[1121/1343] w-full items-center justify-center overflow-hidden rounded-xl lg:rounded-2xl lg:rounded-l-none"
257257
>
258258
<img
259259
src={~p"/images/screenshots/bounty-to-hire-golem2.png"}

lib/algora_web/live/testimonials.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ defmodule AlgoraWeb.TestimonialsLive do
403403
</p>
404404
405405
<div class="mx-auto max-w-6xl gap-8 text-sm leading-6">
406-
<div class="flex gap-4 sm:gap-8 lg:gap-x-16">
406+
<div class="flex gap-4 sm:gap-8">
407407
<div class="w-[40%]">
408408
<.modal_video
409409
class="aspect-[9/16] rounded-xl lg:rounded-2xl lg:rounded-r-none"
@@ -419,7 +419,7 @@ defmodule AlgoraWeb.TestimonialsLive do
419419
href="https://github.com/golemcloud/golem/issues/1004"
420420
rel="noopener"
421421
target="_blank"
422-
class="relative flex aspect-[1121/1343] w-full items-center justify-center overflow-hidden rounded-xl lg:rounded-2xl lg:rounded-l-none bg-gray-800"
422+
class="relative flex aspect-[1121/1343] w-full items-center justify-center overflow-hidden rounded-xl lg:rounded-2xl lg:rounded-l-none"
423423
>
424424
<img
425425
src={~p"/images/screenshots/bounty-to-hire-golem2.png"}
2.75 KB
Loading

0 commit comments

Comments
 (0)