mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat(footer): drop footer
This commit is contained in:
parent
2d9daa96cc
commit
fc0fbf9dae
@ -1,6 +1,5 @@
|
||||
import { Route, Routes, useNavigate } from '@solidjs/router'
|
||||
import { Show, lazy, onMount } from 'solid-js'
|
||||
import { Footer } from '~/components/Footer'
|
||||
import { Header } from '~/components/Header'
|
||||
import { curTheme, selectedEndpoint } from '~/signals'
|
||||
|
||||
@ -42,8 +41,6 @@ export const App = () => {
|
||||
<Route path="/setup" component={Setup} />
|
||||
</Routes>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
export const Footer = () => (
|
||||
<footer class="footer footer-center hidden rounded bg-base-200 p-2 text-base-content sm:block">
|
||||
<a
|
||||
class="font-semibold"
|
||||
href="https://github.com/metacubex/metacubexd"
|
||||
target="_blank"
|
||||
>
|
||||
metacubexd
|
||||
</a>
|
||||
</footer>
|
||||
)
|
Loading…
Reference in New Issue
Block a user