diff options
| author | Adam <[email protected]> | 2026-02-06 06:28:06 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-06 06:28:11 -0600 |
| commit | 0e73869580f18eb1f19d19f2fb6d7004dcbe4f32 (patch) | |
| tree | 6b1181bdbf5bb404f5bfd79bc64d10a7ddd6e8cb /packages/console/app/src | |
| parent | 732a3dab8c5f4fbb2c767c4d57ca6c9e498b819e (diff) | |
| download | opencode-0e73869580f18eb1f19d19f2fb6d7004dcbe4f32.tar.gz opencode-0e73869580f18eb1f19d19f2fb6d7004dcbe4f32.zip | |
fix(www): z icon color
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 252dcbb97..4c5b50a37 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -810,7 +810,7 @@ export default function Home() { <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.0962 3L10.0998 5.6577H1.59858L3.59417 3H12.0972H12.0962ZM22.3162 18.3432L20.3215 21H11.8497L13.8425 18.3432H22.3162ZM23 3L9.492 21H1L14.508 3H23Z" - fill="black" + fill="currentColor" /> </svg> </div> |
