diff --git a/frontend/src/assets/icons/link-replay.svg b/frontend/src/assets/icons/link-replay.svg
new file mode 100644
index 00000000..b1500792
--- /dev/null
+++ b/frontend/src/assets/icons/link-replay.svg
@@ -0,0 +1,6 @@
+
diff --git a/frontend/src/pages/org/crawl-detail.ts b/frontend/src/pages/org/crawl-detail.ts
index bcdf1aae..5a194d25 100644
--- a/frontend/src/pages/org/crawl-detail.ts
+++ b/frontend/src/pages/org/crawl-detail.ts
@@ -297,47 +297,90 @@ export class CrawlDetail extends LiteElement {
const renderNavItem = ({
section,
label,
+ iconLibrary,
+ icon,
}: {
section: SectionName;
label: any;
+ iconLibrary: "app" | "default";
+ icon: string;
}) => {
const isActive = section === this.sectionName;
return html`
(this.sectionName = section)}
>
+
${label}
`;
};
return html`
-