Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

# 定期実行用コンテナ
cron:
image: nutmeg-seeds_seeds_api:latest
image: nutmeg-seeds-seeds_api:latest
command: >
sh -c "whenever --update-cron &&
cron -f -l 2"
Expand Down
2 changes: 1 addition & 1 deletion view/next-project/src/components/icons/CloseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const CloseModal = (props: Props) => {
fill="none"
>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M6 6L18 18M18 6L6 18' stroke="white" stroke-width='2' /> // Changed stroke color to white
<path d='M6 6L18 18M18 6L6 18' stroke="white" stroke-width='2' /> {/* Changed stroke color to white */}
</svg>
</CloseButton>
);
Expand Down
Loading