Skip to content

Conversation

@ftery0
Copy link
Member

@ftery0 ftery0 commented Mar 12, 2025

  • new 디자인 적용

@ftery0 ftery0 requested review from s1hyun2 and wjzlskxk March 12, 2025 08:32
Comment on lines 1 to 3
import config from "config/config.json";

export const authURL = `https://dauth.b1nd.com/login?client_id=${config.clientId}&redirect_uri=http://localhost:3001/dgit/callback`;
Copy link
Member

Choose a reason for hiding this comment

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

이거 redirect_uri localhost로 한거 의도한건가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

실수로 테스트 하던거 올렸네요 감사합니다

@ftery0 ftery0 changed the title refactor :: DGit #33 refactor :: Dgit #33 Mar 12, 2025
const DgitPage = () => {

const {...dgit} = useDgitHome();
console.log(dgit.pageData);
Copy link
Collaborator

Choose a reason for hiding this comment

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

console.log 지워주세요

background-color: ${({theme})=>theme.fillNormal};
background-color: ${({ theme }) => theme.fillNormal};
margin-top: ${({ rank }) => (rank==1 ? null : "50px")};
Copy link
Collaborator

Choose a reason for hiding this comment

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

=== 으로 해주세요

}

const CommitRankingPage = ({commitType}:Props) => {
console.log("commit");
Copy link
Collaborator

Choose a reason for hiding this comment

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

console.log 지워주세요

@ftery0 ftery0 merged commit 1f15f63 into main Mar 12, 2025
1 check passed
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.

4 participants