diff --git a/client/src/features/viewers/PreviewContainer.jsx b/client/src/features/viewers/PreviewContainer.jsx
index 082c61a12..0b9c14485 100644
--- a/client/src/features/viewers/PreviewContainer.jsx
+++ b/client/src/features/viewers/PreviewContainer.jsx
@@ -8,26 +8,47 @@ export default function PreviewContainer() {
return (
+
-
Audience
+
Audience (Not yet)
+
+
);
diff --git a/client/src/features/viewers/PreviewContainer.module.css b/client/src/features/viewers/PreviewContainer.module.css
index e1f3aca6d..5e2e6c9ec 100644
--- a/client/src/features/viewers/PreviewContainer.module.css
+++ b/client/src/features/viewers/PreviewContainer.module.css
@@ -14,3 +14,12 @@
.label {
padding: 0.1em 4em;
}
+
+a::after {
+ content: ' \2197';
+ color: #ff7597;
+}
+
+a:hover {
+ color: #ff7597;
+}