Fix failing tests and lint
CI Pipeline / test (20) (pull_request) Successful in 5m31s
CI Pipeline / test (18) (pull_request) Successful in 5m49s
CI Pipeline / e2e (chromium) (pull_request) Successful in 3m6s
CI Pipeline / e2e (firefox) (pull_request) Successful in 4m15s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m33s
CI Pipeline / performance (pull_request) Successful in 2m32s
CI Pipeline / visual-regression (pull_request) Failing after 5m43s
CI Pipeline / storybook (pull_request) Successful in 1m21s
CI Pipeline / lint (pull_request) Successful in 1m6s
CI Pipeline / build (pull_request) Successful in 1m20s

This commit is contained in:
adilallo
2025-09-13 23:26:47 -06:00
parent 337a35d367
commit df418328c6
10 changed files with 112 additions and 62 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
"use client";
import Button from "./Button";
import { getAssetPath } from "../../lib/assetUtils";
const ContentLockup = ({
title,
@@ -103,7 +104,7 @@ const ContentLockup = ({
<h1 className={styles.title}>{title}</h1>
{variant === "hero" && (
<img
src="assets/Shapes_1.svg"
src={getAssetPath("assets/Shapes_1.svg")}
alt=""
className={styles.shape}
role="presentation"