From 39df85db494f78310681ce649abe4a5999237042 Mon Sep 17 00:00:00 2001 From: bisco Date: Fri, 26 Jun 2026 08:25:47 +0200 Subject: [PATCH] fix: use brand colors for social links --- tests/functional/tests/portal.spec.ts | 2 ++ wordpress/theme/azionelab/front-page.php | 2 +- wordpress/theme/azionelab/style.css | 8 +++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/functional/tests/portal.spec.ts b/tests/functional/tests/portal.spec.ts index 21bf59f..96c59e6 100644 --- a/tests/functional/tests/portal.spec.ts +++ b/tests/functional/tests/portal.spec.ts @@ -49,6 +49,8 @@ test("provides usable contact actions", async ({ page }) => { ); await expect(page.getByText("Seguici sui social")).toBeVisible(); await expect(page.locator(".social-links a")).toHaveCount(2); + await expect(page.locator(".social-link-instagram")).toHaveCount(1); + await expect(page.locator(".social-link-facebook")).toHaveCount(1); await expect(page.getByRole("link", { name: "Instagram" })).toHaveAttribute( "href", "https://instagram.com/", diff --git a/wordpress/theme/azionelab/front-page.php b/wordpress/theme/azionelab/front-page.php index 08a581f..6de3f70 100644 --- a/wordpress/theme/azionelab/front-page.php +++ b/wordpress/theme/azionelab/front-page.php @@ -193,7 +193,7 @@ $social_links = array_values(

Seguici sui social