Spaces:
Running
Running
init
Browse files
src/app/interface/bottom-bar/index.tsx
CHANGED
@@ -78,7 +78,11 @@ export function BottomBar() {
|
|
78 |
`space-x-3`,
|
79 |
`scale-[0.9]`
|
80 |
)}>
|
81 |
-
<About />
|
|
|
|
|
|
|
|
|
82 |
{/*
|
83 |
Thank you clip factory for your service π«‘
|
84 |
<AIClipFactory />
|
@@ -92,7 +96,7 @@ export function BottomBar() {
|
|
92 |
`space-x-3`,
|
93 |
`scale-[0.9]`
|
94 |
)}>
|
95 |
-
<SettingsDialog />
|
96 |
{/*<Button
|
97 |
onClick={handleUpscale}
|
98 |
disabled={!prompt?.length || remainingImages > 0 || isUpscaling || !Object.values(upscaleQueue).length}
|
|
|
78 |
`space-x-3`,
|
79 |
`scale-[0.9]`
|
80 |
)}>
|
81 |
+
{/* <About /> */}
|
82 |
+
<Button variant="outline">
|
83 |
+
<span className="hidden md:inline"><a href="https://aicomicgenerator.net/" title="AI Comic Generator">Back Home</a></span>
|
84 |
+
<span className="inline md:hidden"><a href="https://aicomicgenerator.net/" title="AI Comic Generator">Back</a></span>
|
85 |
+
</Button>
|
86 |
{/*
|
87 |
Thank you clip factory for your service π«‘
|
88 |
<AIClipFactory />
|
|
|
96 |
`space-x-3`,
|
97 |
`scale-[0.9]`
|
98 |
)}>
|
99 |
+
{/* <SettingsDialog /> */}
|
100 |
{/*<Button
|
101 |
onClick={handleUpscale}
|
102 |
disabled={!prompt?.length || remainingImages > 0 || isUpscaling || !Object.values(upscaleQueue).length}
|