From 66cb2af6df07faea33fe3db86a962b82f2fef20a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 08:01:34 +0000 Subject: [PATCH 1/2] chore: update commit hash to 960f532f8234663d0b3630d18033c959fac6882c --- app/commit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commit.json b/app/commit.json index d39a9804..f348318b 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "6ba93974a02a98c83badf2f0002ff4812b8f75a9" } +{ "commit": "960f532f8234663d0b3630d18033c959fac6882c" } From 5f144e6994ecbb80ec7d779090e4a7562793d26d Mon Sep 17 00:00:00 2001 From: Arne Durr Date: Mon, 16 Dec 2024 18:21:30 +0100 Subject: [PATCH 2/2] Fixed theming of Copy Code button --- app/components/chat/CodeBlock.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/chat/CodeBlock.tsx b/app/components/chat/CodeBlock.tsx index e48913ce..bc20dc2c 100644 --- a/app/components/chat/CodeBlock.tsx +++ b/app/components/chat/CodeBlock.tsx @@ -53,7 +53,7 @@ export const CodeBlock = memo(