Skip to content

Conversation

GonzalezMaxi
Copy link
Contributor

  • add seo in LandingPage
  • modify structure and styles into components
  • add width & height prop in images
  • add validations for links

@GonzalezMaxi GonzalezMaxi self-assigned this Jun 19, 2024
{image?.url ? (
<img
src={theme === "dark" && imageDark ? imageDark?.url : image?.url}
<img src={theme === "dark" && imageDark ? imageDark?.url : image?.url}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creo que estaba asi, pero se deberia usar gatsby image en lugar de img

<div className="card_item d-flex mb-2 gap-2" key={item.id}>
{item?.icon && (
<div className="card_item">
<img className="d-block"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lo mismo que antes, usar GatsbyImage

Copy link

@marino-martin marino-martin merged commit 01ea359 into dev Jun 19, 2024
@GonzalezMaxi GonzalezMaxi deleted the SBIT-306 branch August 26, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants