diff --git a/bskyembed/src/components/post.tsx b/bskyembed/src/components/post.tsx
index fb32250464..06f7175edd 100644
--- a/bskyembed/src/components/post.tsx
+++ b/bskyembed/src/components/post.tsx
@@ -6,10 +6,10 @@ import {
} from '@atproto/api'
import {h} from 'preact'
-import logo from '../../assets/logo_full_name.svg'
-import {Like as LikeIcon} from '../icons/Like'
-import {Reply as ReplyIcon} from '../icons/Reply'
-import {Repost as RepostIcon} from '../icons/Repost'
+import replyIcon from '../../assets/bubble_filled_stroke2_corner2_rounded.svg'
+import likeIcon from '../../assets/heart2_filled_stroke2_corner0_rounded.svg'
+import logo from '../../assets/logo.svg'
+import repostIcon from '../../assets/repost_stroke2_corner2_rounded.svg'
import {Robot as RobotIcon} from '../icons/Robot'
import {CONTENT_LABELS} from '../labels'
import * as bsky from '../types/bsky'
@@ -49,13 +49,10 @@ export function Post({thread}: Props) {
)
const href = `/profile/${post.author.did}/post/${getRkey(post)}`
-
return (
-
-
+
+
@@ -93,65 +90,56 @@ export function Post({thread}: Props) {
@{post.author.handle}