Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

[Feature] collaborations component #203

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

vitorbarbosa123
Copy link

Issue

#188

Qual o objetivo dessa Pull Request?

Adiciona componente de contribuidores à página sobre nós

Que problema está resolvendo?

#188

Como pode ser manualmente testado?

Acessando a rota "/about"

Capturas de tela

web:
image

mobile
image

@@ -0,0 +1,37 @@
import React, { Component, useEffect, useState } from 'react'
import axios from 'axios'
Copy link
Member

Choose a reason for hiding this comment

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

Ao executar o sistema, estamos tendo que instalar essa lib manualmente. É importante verificar o que está causando isso.

Copy link
Member

Choose a reason for hiding this comment

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

Captura de tela de 2023-01-10 20-31-21

@LeandraOS LeandraOS self-requested a review January 10, 2023 23:33
@@ -0,0 +1,6 @@
import styled from "styled-components";

export const Wrapper = styled.div`
Copy link
Member

Choose a reason for hiding this comment

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

É legal adicionar algumas animações no hover, como:
&:hover { transition: transform 0.3s ease; transform: scale(1.02);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants