Commit dbfe342d authored by CHAERIN KIM's avatar CHAERIN KIM
Browse files

for 캘수(캘린더수빈이라는뜻)

parent ae1406c4
import axios from 'axios';
import React, { useState, useEffect } from 'react';
import { Link, Redirect } from 'react-router-dom';
import styled from 'styled-components';
......
......@@ -2,7 +2,7 @@ import React, { useState, useEffect, useRef } from 'react';
import Menu from '../Components/Menu';
import axios from 'axios';
import { Link } from 'react-router-dom';
import { Container, Row, Col, Card, Accordion, Button } from 'react-bootstrap';
import { Container, Row, Col, Card, Navbar, Accordion, Button } from 'react-bootstrap';
function Notice() {
const [notices, setNotices] = useState([]);
......@@ -38,7 +38,13 @@ function Notice() {
}
return (
<div>
<Menu />
{(localStorage.getItem("token") !== null) ? (
<Menu />
) : (
<Menu expand="md" variant="dark">
<Navbar.Brand>회원가입</Navbar.Brand>
</Menu>
)}
<Container fluid>
<Row className="justify-content-center vw-100 vh-90">
<Col md={7}>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment