codestates / codestates/Lollin-client

[Error Handling] Footer의 element를 누르면 href에 지정한 url주소가 넘어가지 않는 에러

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

---

**어떤 에러인가요?**
Footer의 element를 누르면 href에 지정한 url주소가 넘어가지 않는 에러

**에러 핸들링 방법**
```js

Team Spieler
Cho JungWoo
Lee Hojun
Yeon HoJin
Yoo SeungHun

```
이 상태에서 FooterLink의 태그를 a 로 바꿔줌
(styled(Link)에서 styled.a)
```js
export const FooterLink = styled.a`
color: #fff;
margin-bottom: 14px;
font-size: 15.5px;
text-decoration: none;
text-align: center;
cursor: pointer;

&:hover {
color: #BBFF72;
transition: 200ms ease-in;
}
`;
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.