Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update components/editor/footer/index.tsx
Browse files
components/editor/footer/index.tsx
CHANGED
@@ -74,24 +74,6 @@ export function Footer({
|
|
74 |
)}
|
75 |
</div>
|
76 |
<div className="flex justify-end items-center gap-2.5">
|
77 |
-
<a
|
78 |
-
href="https://huggingface.co/spaces/victor/deepsite-gallery"
|
79 |
-
target="_blank"
|
80 |
-
>
|
81 |
-
<Button size="sm" variant="ghost">
|
82 |
-
<SparkleIcon className="size-3.5" />
|
83 |
-
<span className="max-lg:hidden">DeepSite Gallery</span>
|
84 |
-
</Button>
|
85 |
-
</a>
|
86 |
-
<a
|
87 |
-
target="_blank"
|
88 |
-
href="https://huggingface.co/spaces/enzostvs/deepsite/discussions/157"
|
89 |
-
>
|
90 |
-
<Button size="sm" variant="outline">
|
91 |
-
<HelpCircle className="size-3.5" />
|
92 |
-
<span className="max-lg:hidden">Help</span>
|
93 |
-
</Button>
|
94 |
-
</a>
|
95 |
<Button size="sm" variant="outline" onClick={handleRefreshIframe}>
|
96 |
<RefreshCcw className="size-3.5" />
|
97 |
<span className="max-lg:hidden">Refresh Preview</span>
|
|
|
74 |
)}
|
75 |
</div>
|
76 |
<div className="flex justify-end items-center gap-2.5">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
<Button size="sm" variant="outline" onClick={handleRefreshIframe}>
|
78 |
<RefreshCcw className="size-3.5" />
|
79 |
<span className="max-lg:hidden">Refresh Preview</span>
|