Skip to content

Commit

Permalink
feat: favicon 받아오는 유틸 함수 추가 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Jan 19, 2025
1 parent 72c6c31 commit f312be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/OnboardingPage/utils/serviceUrl.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const getServiceFavicon = (url: string): string => {
return `https://www.google.com/s2/favicons?domain=${url}`;
};

0 comments on commit f312be1

Please sign in to comment.