Skip to content

Commit

Permalink
fix: side panel story slug alignment (#11594)
Browse files Browse the repository at this point in the history
* fix: side panel story slug

* fix: remove slug slot in story

* fix: remove slug-container classname

---------

Co-authored-by: Ariella Gilmore <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 29, 2024
1 parent 4106d3d commit b0ee3b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const slugs = {
const getSlug = (index) => {
switch (index) {
case 1:
return html`<cds-slug slot="slug" className="slug-container" size="xs">
return html`<cds-slug size="xs" alignment="bottom-right">
<div slot="body-text">
<p class="secondary">AI Explained</p>
<h1>84%</h1>
Expand Down

0 comments on commit b0ee3b7

Please sign in to comment.