tecitheme 0.7.4 → 0.7.5
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.
|
@@ -146,7 +146,7 @@ import Icon from './Icon.svelte'
|
|
|
146
146
|
</div>
|
|
147
147
|
{#if quote.url}
|
|
148
148
|
<div class="sm:pl-4 pb-2 lg:pb-0 pt-4">
|
|
149
|
-
<Button text="Read More" url={quote.url} justify="right" fullwidth=true color=
|
|
149
|
+
<Button text={quote.link_text || "Read More"} url={quote.url} justify="right" fullwidth=true color={data.color} />
|
|
150
150
|
</div>
|
|
151
151
|
{/if}
|
|
152
152
|
</div>
|