+ {lastYtSyncDate && (
+
+
+ {__('Official YouTube Creator - Last updated %time_ago%', { time_ago: relativeDate(lastYtSyncDate) })}
+
+ )}
{!channelIsBlocked && !channelIsBlackListed && }
diff --git a/ui/scss/component/_media.scss b/ui/scss/component/_media.scss
index a872c6692..5cb378658 100644
--- a/ui/scss/component/_media.scss
+++ b/ui/scss/component/_media.scss
@@ -44,6 +44,12 @@
position: static;
transform: none;
}
+
+ // This is terrible and should not be removed
+ .icon {
+ margin-right: var(--spacing-xsmall) / 2;
+ margin-bottom: -0.08rem;
+ }
}
.media__uri--inline {