Skip to content

Commit

Permalink
Merge branch 'main' into FixPreventFormSubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Oct 13, 2023
2 parents 891f9da + 8e6b754 commit 9078376
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dds-quote-source-bottom-copy>
IBM Cloud
</dds-quote-source-bottom-copy>
<dds-link-with-icon slot="footer" href="https://example.com">
<dds-quote-link-with-icon slot="footer" href="https://example.com">
Link with Icon
<svg
slot="icon"
Expand All @@ -45,7 +45,7 @@
>
<path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path>
</svg>
</dds-link-with-icon>
</dds-quote-link-with-icon>
</dds-quote>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import '@carbon/ibmdotcom-web-components/es/components/quote/index.js';
<dds-quote-source-bottom-copy>
This is the third line of source
</dds-quote-source-bottom-copy>
<dds-link-with-icon slot="footer" href="https://example.com">
<dds-quote-link-with-icon slot="footer" href="https://example.com">
Link with Icon
<svg
slot="icon"
Expand All @@ -56,7 +56,7 @@ import '@carbon/ibmdotcom-web-components/es/components/quote/index.js';
>
<path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path>
</svg>
</dds-link-with-icon>
</dds-quote-link-with-icon>
</dds-quote>
```

Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/src/components/quote/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license
*
* Copyright IBM Corp. 2020, 2021
* Copyright IBM Corp. 2020, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
Expand All @@ -11,4 +11,4 @@ import './quote';
import './quote-source-bottom-copy';
import './quote-source-copy';
import './quote-source-heading';
import '../link-with-icon/link-with-icon';
import './quote-link-with-icon';

0 comments on commit 9078376

Please sign in to comment.