Skip to content

Commit

Permalink
[docs] improve formatting of AI button (#27281)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes

## Changelog

NO CHANGELOG
  • Loading branch information
cmpadden authored Jan 22, 2025
1 parent a7ba385 commit 40855c7
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions docs/docs-beta/src/plugins/scoutos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,27 @@ const SCOUTOS_COPILOT_INNER_HTML = `
align-items: center;
font-weight: 400;
font-family: "Geist", "Inter", "Arial", sans-serif;
border: 1px solid var(--theme-color-background-lighter);
"
>
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="url(#iconGradient)"
stroke-width="2.5"
width="24"
height="24"
viewBox="0 0 24 24"
>
<defs>
<linearGradient id="iconGradient" x1="80%" x2="20%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#DEDDFF"/>
<stop offset="100%" stop-color="#4F43DD"/>
</linearGradient>
</defs>
<path stroke-linecap="round" stroke-linejoin="round" d="M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z" />
</svg>
</div>
<div>Ask Dagster AI</div>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="url(#iconGradient)"
stroke-width="2.5"
width="24"
height="24"
viewBox="0 0 24 24"
>
<defs>
<linearGradient id="iconGradient" x1="80%" x2="20%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#DEDDFF"/>
<stop offset="100%" stop-color="#4F43DD"/>
</linearGradient>
</defs>
<path stroke-linecap="round" stroke-linejoin="round" d="M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z" />
</svg>
<div style="padding-top: 2px">Ask Dagster AI</div>
</div>
\`;
Expand Down

0 comments on commit 40855c7

Please sign in to comment.