@vllnt/ui 0.2.1-canary.b8f8468 → 0.2.1-canary.c0afef4
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.
|
@@ -120,10 +120,7 @@ function FigureQuote({ quote }) {
|
|
|
120
120
|
"\u201C",
|
|
121
121
|
quote.text,
|
|
122
122
|
"\u201D",
|
|
123
|
-
quote.source ? /* @__PURE__ */
|
|
124
|
-
"\u2014 ",
|
|
125
|
-
quote.source
|
|
126
|
-
] }) : null
|
|
123
|
+
quote.source ? /* @__PURE__ */ jsx("footer", { className: "mt-1 text-xs not-italic text-muted-foreground/80", children: quote.source }) : null
|
|
127
124
|
] });
|
|
128
125
|
}
|
|
129
126
|
function FigureBio({
|
package/package.json
CHANGED