Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ロゴとファビコンの変更 #251

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

akari24320
Copy link
Collaborator

@akari24320 akari24320 commented Dec 6, 2024

対応Issue

resolve #250

概要

ロゴとファビコンを変更

実装内容

・HeaderLogo.tsxファイルのsvgを新しいロゴに変更
・新しいアイコンのpngファイルをfavicon.icoに変更
・docker-compose.ymlファイルに「- WATCHPACK_POLLING=true」を追加

画面スクリーンショット等

image_720

image_360

テスト項目

  • ロゴとファビコンが適切に変更されているか

備考

@github-actions github-actions bot added the enhancement New feature or request label Dec 6, 2024
@akari24320 akari24320 requested a review from mtureit December 6, 2024 05:36
Copy link
Collaborator

@mtureit mtureit left a comment

Choose a reason for hiding this comment

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

確認しました!OKです!

@@ -40,6 +40,7 @@ services:
tty: true
environment:
- SEEDS_API_URI=http://localhost:3000
- WATCHPACK_POLLING=true
Copy link
Collaborator

Choose a reason for hiding this comment

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

戻してくれてありがとうー!

@mtureit mtureit merged commit 9d53bca into develop Dec 6, 2024
1 check passed
@mtureit mtureit deleted the feature/akari/250-change-logo branch December 6, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ロゴの変更
2 participants