diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 0fc3003..d072546 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,7 +25,7 @@ export function IframeHeader(props: { url: string }) { return (
@@ -39,7 +39,30 @@ export function IframeHeader(props: { url: string }) {
-