diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 1e5dbac..787b845 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -2,7 +2,7 @@ import { useState } from "preact/hooks"; import { useTranslation } from "react-i18next"; import { Link } from "preact-router"; import { RiPictureInPictureExitFill, RiFullscreenFill } from "react-icons/ri"; -import { IoCodeSlashSharp } from "react-icons/io5"; +import { IoCodeSlashSharp,IoChevronBackSharp,IoChevronForwardSharp, IoReloadSharp } from "react-icons/io5"; import { FaXmark } from "react-icons/fa6"; interface ProxyFrame extends HTMLElement { @@ -25,13 +25,14 @@ export function IframeHeader(props: { url: string }) { return (
- +
Nebula Logo

{" "} @@ -39,7 +40,30 @@ export function IframeHeader(props: { url: string }) {

-