mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
small layout updates
This commit is contained in:
parent
dacebdba57
commit
71a5cc3c71
2 changed files with 1 additions and 6 deletions
|
@ -3,7 +3,6 @@ import React from "react"
|
|||
const Footer = () => (
|
||||
<footer class="footer footer-center p-10 mt-15 bg-base-200 text-base-content rounded gap-2">
|
||||
<div class="grid grid-flow-col gap-4">
|
||||
<a class="link link-hover" href="https://discord.gg/5Hus6fM">Contact</a>
|
||||
<a class="link link-hover" href="https://github.com/recloudstream/">Github</a>
|
||||
<a class="link link-hover" href="https://gitdab.com/recloudstream">Git Mirror</a>
|
||||
<a class="link link-hover" href="https://discord.gg/5Hus6fM">Discord</a>
|
||||
|
@ -11,7 +10,7 @@ const Footer = () => (
|
|||
<a class="link link-hover" onClick={() => {window.open("https://www.youtube.com/watch?v=f-UIBVsRSDQ")}}>DMCA</a>
|
||||
</div>
|
||||
<div>
|
||||
<p>Website by <a className="link" href="https://wilkins.ml" target="_blank">Cloudburst</a></p>
|
||||
<p>Website by <a className="link" href="https://github.com/c10udburst" target="_blank">Cloudburst</a></p>
|
||||
</div>
|
||||
</footer>)
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ import React from "react"
|
|||
|
||||
import {FaDiscord, FaGithub, FaBars} from "react-icons/fa"
|
||||
import {SiMatrix} from "react-icons/si"
|
||||
import GitDab from "./icons/gitdab"
|
||||
import Button from "./navbar/button"
|
||||
|
||||
import logo from "../media/icon.svg"
|
||||
|
@ -28,9 +27,6 @@ const Navbar = () => (
|
|||
<Button name="Matrix" url="https://matrix.to/#/#lagrapps:matrix.org">
|
||||
<SiMatrix />
|
||||
</Button>
|
||||
<Button name="Git Mirror" url="https://gitdab.com/recloudstream">
|
||||
<GitDab />
|
||||
</Button>
|
||||
<Button name="Discord" url="https://discord.gg/5Hus6fM">
|
||||
<FaDiscord />
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue