From 100e2e07e7426c03f1749bca939a55a6c75eaecb Mon Sep 17 00:00:00 2001
From: Abderrahmane Smimite
Date: Sat, 23 Sep 2023 22:13:26 +0200
Subject: [PATCH] fixup for images
---
src/pages/en/team.astro | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/pages/en/team.astro b/src/pages/en/team.astro
index 3aa84e4..28a6675 100644
--- a/src/pages/en/team.astro
+++ b/src/pages/en/team.astro
@@ -24,8 +24,8 @@ const publishedTeamMembers = await getCollection("team", ({ data }) => {
The journey of a thousand miles begun with a single step on 2018. We
created the company with a vision to help people build and grow their
business through simplicity and innovation. As we learned from previous
- experiences and failures, we have developed our own approach to help our
- clients achieve their goals in most optimal and sustainable way.
+ experiences and failures, we have developed our own unique approach to help our
+ clients achieve their goals in the most optimal and sustainable way.
@@ -37,7 +37,8 @@ const publishedTeamMembers = await getCollection("team", ({ data }) => {
src={teamMemberEntry.data.avatar.src}
alt={teamMemberEntry.data.avatar.alt}
sizes="(max-width: 800px) 100vw, 400px"
- widths={[200, 400]}
+ width="400"
+ height="400"
aspectRatio="1:1"
background="#ffffff"
fit="cover"