diff --git a/fab-ui/index.html b/fab-ui/index.html index c29f6df..72320b4 100644 --- a/fab-ui/index.html +++ b/fab-ui/index.html @@ -9,34 +9,39 @@ +

Card Printings

- - + - + - + + > +
+

Cards Unique Visually

+
+
diff --git a/fab-ui/src/fab-card.ts b/fab-ui/src/fab-card.ts index 78a849b..3009dda 100644 --- a/fab-ui/src/fab-card.ts +++ b/fab-ui/src/fab-card.ts @@ -47,8 +47,8 @@ export class FabRaritySymbol extends LitElement { `; } -@customElement('fab-card') -export class FabCard extends LitElement { +@customElement('fab-card-printing') +export class FabCardPrinting extends LitElement { @property({ type: String }) setId = ''; @property({ type: String })