-
+
${msg("Replay")}
diff --git a/frontend/src/pages/org/collection-detail.ts b/frontend/src/pages/org/collection-detail.ts
index 672b31b8..d800326e 100644
--- a/frontend/src/pages/org/collection-detail.ts
+++ b/frontend/src/pages/org/collection-detail.ts
@@ -74,7 +74,7 @@ export class CollectionDetail extends LiteElement {
{ icon: { name: string; library: string }; text: string }
> = {
replay: {
- icon: { name: "link-replay", library: "app" },
+ icon: { name: "replaywebpage", library: "app" },
text: msg("Replay"),
},
items: {
diff --git a/frontend/src/pages/org/index.ts b/frontend/src/pages/org/index.ts
index 78bea5d4..54b23ff2 100644
--- a/frontend/src/pages/org/index.ts
+++ b/frontend/src/pages/org/index.ts
@@ -373,9 +373,9 @@ export class Org extends LiteElement {
private renderOrgNavBar() {
return html`
-