@kumori/aurora-wui-components 0.0.98 → 0.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3973,7 +3973,7 @@ var AxebowGettingStartedCard = class AxebowGettingStartedCard extends LitElement
|
|
|
3973
3973
|
<div class="w-282 mx-6 mt-4 mb-4">
|
|
3974
3974
|
<sl-divider style="width: 100%; margin: 0;"></sl-divider>
|
|
3975
3975
|
</div>
|
|
3976
|
-
<div class="w-139 h-9.5 mx-
|
|
3976
|
+
<div class="w-139 h-9.5 mx-auto mb-6 flex items-center justify-center gap-6">
|
|
3977
3977
|
${this.contactUrl ? html`
|
|
3978
3978
|
<axebow-button variant="primary" outline @click=${() => window.open(this.contactUrl, "_blank")}>
|
|
3979
3979
|
${this.contactLabel}
|