diff --git a/web/components/share-embed-button.tsx b/web/components/share-embed-button.tsx
index 430005d9..2c6cba2b 100644
--- a/web/components/share-embed-button.tsx
+++ b/web/components/share-embed-button.tsx
@@ -24,8 +24,15 @@ export function ShareEmbedButton(props: { contract: Contract }) {
className="relative z-40 flex-shrink-0"
onMouseUp={copyEmbed}
>
-
-
+
+
Embed
@@ -38,7 +45,7 @@ export function ShareEmbedButton(props: { contract: Contract }) {
leaveFrom="transform opacity-100 scale-100"
leaveTo="transform opacity-0 scale-95"
>
-
+
Embed code copied!
diff --git a/web/components/tweet-button.tsx b/web/components/tweet-button.tsx
index a9ffa6e3..cbc242dc 100644
--- a/web/components/tweet-button.tsx
+++ b/web/components/tweet-button.tsx
@@ -5,10 +5,7 @@ export function TweetButton(props: { className?: string; tweetText?: string }) {
return (