mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
Add exit button
This commit is contained in:
parent
ad67368a45
commit
935f029485
2 changed files with 5 additions and 3 deletions
|
@ -77,9 +77,7 @@ export function ProxyFrame(props: { url: string }) {
|
|||
<div class="h-screen w-screen bg-primary">
|
||||
{proxyMode === "direct" && <h1>Loading {localProxy}...</h1>}
|
||||
{proxyMode === "aboutblank" && <h1>Loading {localProxy}...</h1>}
|
||||
{proxyMode === "embed" && (
|
||||
<Iframe url={ProxiedUrl} normalUrl={decodedUrl} />
|
||||
)}
|
||||
{proxyMode === "embed" && <Iframe url={ProxiedUrl} />}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue