Skip to content

Commit

Permalink
feat: 깃허브 이동 버튼 텍스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
상규 authored and 상규 committed Oct 23, 2023
1 parent b39d728 commit 51daba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/RunnerPostCreatePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const RunnerPostCreatePage = () => {
{githubUrl && (
<S.Anchor href={githubUrl + '?tab=repositories'} target="_blank">
<img src={githubIcon} />
{!isMobile && <S.GoToGitHub>github</S.GoToGitHub>}
{!isMobile && <S.GoToGitHub>내 레포로 가기</S.GoToGitHub>}
</S.Anchor>
)}
</S.InputContainer>
Expand Down Expand Up @@ -321,7 +321,7 @@ const S = {
align-items: center;
gap: 10px;
width: 100px;
width: 140px;
height: 36px;
border-radius: 3px;
border: 1px solid var(--gray-800);
Expand Down

0 comments on commit 51daba6

Please sign in to comment.