[Chore/#16] Figma 로고 후보 1번으로 favicon 교체 - #17
Merged
Merged
Conversation
Vite/React 템플릿 기본값(보라색 추상 로고)으로 남아있던 걸 Figma 로고 후보(nodeId 1163:54287) 중 1번(nodeId 1163:54297)으로 바꾼다
github-actions
Bot
requested review from
jjunh33,
leegain1,
sangrae2325 and
tnals0924
September 9, 2026 06:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
🎯 해결하려는 문제가 무엇인가요?
public/favicon.svg가 Vite/React 템플릿을 스캐폴딩할 때 생긴 기본값(보라색 추상 로고, Stream과 무관)으로 남아있었다.❓ 왜 해결해야 하나요?
브라우저 탭에 뜨는 아이콘이 Stream 브랜딩과 관련 없는 임의의 로고라 실제 서비스 아이덴티티와 맞지 않았다.
⭐ 어떻게 해결했나요?
Figma의 "로고 후보" 프레임(
nodeId 1163:54287)에서 4개 후보 중 1번(nodeId 1163:54297, 파란 흐름 형태 아이콘 — "서로 다른 학생회의 정보와 경험이 같은 방향으로 흘러가는 모습을 표현")을download_assets로 받아public/favicon.svg를 교체했다. 아이콘 타일의 흰 배경 카드는 빼고 글리프 벡터만 남겨서(파비콘은 보통 배경 없이 글리프만 쓰는 게 자연스러움) 브라우저 탭 어디서나 잘 보이게 했다.🧩 이 PR의 한계 & 트레이드오프
index.html의<title>(stream-client)이나 다른 브랜딩 요소는 건드리지 않았다 — 요청 범위가 favicon뿐이었음.⛓️ 기존 기능에 미치는 영향
이미지 파일 교체뿐이라 기존 기능에 영향 없음.
🔀 Edge Case & 실패 시나리오
없음.
📋 검토한 대안과 선택 이유
svgAssets)만 따로 받아 깨끗하게 정리했다.💬 리뷰 포인트