Minified the More component
This commit is contained in:
parent
ce369bdc41
commit
ca0c7b59ba
@ -1,11 +1,9 @@
|
||||
import './styles.sass';
|
||||
import Card from "@/pages/More/components/Card/index.js";
|
||||
import Card from "@/pages/More/components/Card";
|
||||
import {faBook, faBriefcase, faClipboardList, faHeart, faIdCard, faLock} from "@fortawesome/free-solid-svg-icons";
|
||||
import {faDiscord} from "@fortawesome/free-brands-svg-icons";
|
||||
|
||||
const More = () => {
|
||||
return (
|
||||
<div className="more-wrapper">
|
||||
const More = () => (
|
||||
<div className="main-wrapper">
|
||||
<Card icon={faBook} text="Check out our documentation" to="https://wiki.sheepstar.xyz"/>
|
||||
<Card icon={faDiscord} text="Join our discord server" to="https://support.sheepstar.xyz"/>
|
||||
<Card icon={faHeart} text="Donate to us" to="https://www.buymeacoffee.com/sheepstarbot"/>
|
||||
@ -15,6 +13,5 @@ const More = () => {
|
||||
<Card icon={faBriefcase} text="Imprint" to="/imprint"/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default More;
|
Loading…
x
Reference in New Issue
Block a user