From 71528cab18e4193c1bef631e23fc3d0268ceaa1d Mon Sep 17 00:00:00 2001 From: Marcelo Date: Thu, 15 Feb 2024 15:34:44 -0300 Subject: [PATCH] correcting the imgs adress --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index 5a83e88..53242d2 100644 --- a/app/globals.css +++ b/app/globals.css @@ -169,7 +169,7 @@ hr { } .bg-imagee { - background-image: url('https://github.com/epecriativa/epec/blob/main/public/assets/newsletter/bgFile.png'); + background-image: url('https://raw.githubusercontent.com/epecriativa/epec/main/public/assets/newsletter/bgFile.png'); background-size: cover; border-radius: 20px; }