diff --git a/lib/folk-embed.ts b/lib/folk-embed.ts
index 77224a2..1f8cf65 100644
--- a/lib/folk-embed.ts
+++ b/lib/folk-embed.ts
@@ -239,11 +239,11 @@ export class FolkEmbed extends FolkShape {
wrapper.innerHTML = html`
@@ -347,7 +347,7 @@ export class FolkEmbed extends FolkShape {
urlInputContainer.innerHTML = `
This content cannot be embedded in an iframe.
-
+
`;
const openBtn = urlInputContainer.querySelector(".open-link");
diff --git a/lib/folk-freecad.ts b/lib/folk-freecad.ts
index 2e9088a..740a692 100644
--- a/lib/folk-freecad.ts
+++ b/lib/folk-freecad.ts
@@ -341,7 +341,7 @@ export class FolkFreeCAD extends FolkShape {
if (this.#previewUrl) {
this.#previewArea.innerHTML = `
})
`;
} else {
- this.#previewArea.innerHTML = '
\u2705Model generated! Download files below.
';
+ this.#previewArea.innerHTML = '
✅Model generated! Download files below.
';
}
}
diff --git a/lib/folk-google-item.ts b/lib/folk-google-item.ts
index 2f809c2..9c1d5d8 100644
--- a/lib/folk-google-item.ts
+++ b/lib/folk-google-item.ts
@@ -5,10 +5,10 @@ export type GoogleService = "gmail" | "drive" | "photos" | "calendar";
export type ItemVisibility = "local" | "shared";
const SERVICE_ICONS: Record
= {
- gmail: "\u{1F4E7}",
- drive: "\u{1F4C1}",
- photos: "\u{1F4F7}",
- calendar: "\u{1F4C5}",
+ gmail: "📧",
+ drive: "📁",
+ photos: "📷",
+ calendar: "📅",
};
const styles = css`
@@ -213,7 +213,7 @@ export class FolkGoogleItem extends FolkShape {
wrapper.innerHTML = html`
- ${this.#visibility === "local" ? "\u{1F512}" : "\u{1F310}"}
+ ${this.#visibility === "local" ? "🔒" : "🌐"}