We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9372e commit 134f20fCopy full SHA for 134f20f
llmstack/client/src/pages/AppRender.jsx
@@ -123,8 +123,8 @@ function AppRenderPage({ headless = false }) {
123
{SITE_NAME === "LLMStack" && (
124
<SvgIcon
125
component={GithubIcon}
126
- sx={{ width: "50px", height: "50px" }}
127
- viewBox="-10 -2 28 20"
+ sx={{ width: "54px", height: "54px" }}
+ viewBox="-10 -4 28 26"
128
onClick={() => {
129
window.location.href =
130
"https://github.com/trypromptly/llmstack";
0 commit comments