Skip to content

Commit 134f20f

Browse files
committed
Update GithubIcon size and viewBox
1 parent de9372e commit 134f20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llmstack/client/src/pages/AppRender.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ function AppRenderPage({ headless = false }) {
123123
{SITE_NAME === "LLMStack" && (
124124
<SvgIcon
125125
component={GithubIcon}
126-
sx={{ width: "50px", height: "50px" }}
127-
viewBox="-10 -2 28 20"
126+
sx={{ width: "54px", height: "54px" }}
127+
viewBox="-10 -4 28 26"
128128
onClick={() => {
129129
window.location.href =
130130
"https://github.com/trypromptly/llmstack";

0 commit comments

Comments
 (0)