feat(brand): apply full logo lockup to home, web header, and electron#130
Merged
Conversation
풀 로크업 로고(조리개 심볼 + BomLens + SBOM GENERATOR)를 세 곳에 적용한다. - docs/index.md, index.en.md: 홈 타이틀을 텍스트 제목에서 로크업 이미지로 교체 (frontmatter title 추가로 페이지 제목은 유지) - 웹 UI 헤더(Header.tsx): 조리개 아이콘과 텍스트, 배지를 로크업 이미지 하나로 교체 - electron 시작 화면(status.html): 제목 텍스트를 로크업 이미지로 교체 logo.svg를 frontend/public/와 electron/assets/에 배치한다(각 빌드 컨텍스트별 복사본).
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.
무엇을
풀 로크업 로고(조리개 심볼 + BomLens 워드마크 + SBOM GENERATOR 디스크립터)를 세 화면에 적용합니다.
적용 위치
docs/index.md,index.en.md) — 타이틀 영역의 텍스트 제목("# BomLens")을 로크업 이미지로 교체. frontmattertitle을 추가해 페이지 제목·검색은 유지Header.tsx) — 조리개 아이콘 + "BomLens" + "SBOM Generator" 배지 조합을 로크업 이미지 하나로 교체 (미사용 lucide/i18n import 제거)status.html) — 제목 텍스트를 로크업 이미지로 교체에셋 배치
logo.svg를 각 빌드 컨텍스트에 복사했습니다.docker/web/frontend/public/logo.svg(웹)electron/assets/logo.svg(데스크톱)docs/images/logo.svg사용로크업은 그라데이션 워드마크라 라이트/다크 양쪽에서 보입니다. CI가 frontend 빌드를 검증합니다.