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

Bedrock のアイコンを追加 #140

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Bedrock のアイコンを追加 #140

merged 2 commits into from
Oct 31, 2023

Conversation

tbrand
Copy link
Contributor

@tbrand tbrand commented Oct 30, 2023

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -39,7 +39,7 @@ const ChatList: React.FC<Props> = (props) => {
<div
className={`${
props.className ?? ''
} flex flex-col items-start gap-1 overflow-x-hidden`}>
} flex flex-col items-start gap-0.5 overflow-x-hidden`}>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

隙間の調整しました

@@ -31,7 +31,7 @@ const Item: React.FC<ItemProps> = (props) => {
}, []);
return (
<Link
className={`hover:bg-aws-sky flex h-8 items-center rounded p-2 ${
className={`hover:bg-aws-sky flex h-8 mt-0.5 items-center rounded p-2 ${
Copy link
Contributor Author

Choose a reason for hiding this comment

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

こちらもすきまの調整 diff

@tbrand tbrand requested a review from wadabee October 30, 2023 09:24
@wadabee wadabee merged commit dd56a01 into main Oct 31, 2023
1 check passed
@wadabee wadabee deleted the change-icon branch October 31, 2023 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants