Skip to content

Commit

Permalink
chore: add spaces around link inside storybook notice (#7730)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

chore: add spaces around link inside storybook notice

## Issue

<img width="862" alt="image"
src="https://github.com/Esri/calcite-design-system/assets/1231455/56d3b0eb-6971-4d7d-a8cd-07303bd171d9">
  • Loading branch information
driskull authored Sep 13, 2023
1 parent 28bf815 commit 9f97296
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions packages/calcite-components/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,24 @@ module.exports = {
<script type="module" src="./build/calcite.esm.js"></script>
<template id="internalStorybookNotice">
<calcite-notice open icon="exclamation-mark-triangle" closable kind="warning" scale="l" style="font-family: var(--calcite-sans-family)">
<div slot="title">This storybook is on the current @next version and is meant for internal, testing purposes only.</div>
<calcite-notice
open
icon="exclamation-mark-triangle"
closable
kind="warning"
scale="l"
style="font-family: var(--calcite-sans-family)"
>
<div slot="title">
This storybook is on the current @next version and is meant for internal, testing purposes only.
</div>
<div slot="link">
Please refer to the
<calcite-link
slot="link"
Please refer to the&#32;<calcite-link
title="my action"
href="https://developers.arcgis.com/calcite-design-system/components/"
>
Calcite Components documentation site
</calcite-link>
to browse and interact with components.
Calcite Components documentation site </calcite-link
>&#32;to browse and interact with components.
</div>
</calcite-notice>
</template>
Expand Down

0 comments on commit 9f97296

Please sign in to comment.