From 60a2442559d5bbd43d9a02a9dcbfe2bb34820724 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 24 Jul 2020 04:29:37 -0700 Subject: stage --- client/src/components/selection/ServerCard.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'client/src/components/selection/ServerCard.js') diff --git a/client/src/components/selection/ServerCard.js b/client/src/components/selection/ServerCard.js index 93c7ad6..9357374 100644 --- a/client/src/components/selection/ServerCard.js +++ b/client/src/components/selection/ServerCard.js @@ -2,12 +2,27 @@ import React, { Component } from 'react'; import { Link } from 'react-router-dom'; import PropTypes from 'prop-types'; import { MDBBtn, MDBCard, MDBCardBody, MDBCardTitle, MDBCol } from 'mdbreact'; +import { Card, Col, Button, CardColumns } from 'react-bootstrap'; export default class ServerCard extends Component { render() { return( - + + + + {this.props.guild.name} + + + + + + + + + {/* - + */} ) } -- cgit v1.2.3