Skip to content
Snippets Groups Projects
Commit 739ccdff authored by Jaeyong Lee's avatar Jaeyong Lee
Browse files

Fix chagne className(introduction -> intro)

parent 1d93704f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom';
import { UserContext } from '../Context.js';
import Article from '../components/Article.js';
import React, { useEffect, useState, useContext } from 'react';
import '../css/Main.css';
import axios from 'axios';
axios.defaults.withCredentials = true;
......@@ -48,7 +48,7 @@ function Main() {
return (
<div className="App">
<h1>모두의 食道樂</h1>
<div className="introduction">
<div className="intro">
가보고 싶은 식당을 찾아보고, 가본 식당을 기록해보세요!
</div>
<div style={{ display: 'flex' }}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment