From 739ccdff475bedf30713586dde18ae4f20abaa7a Mon Sep 17 00:00:00 2001
From: LEE <dlwodyd7613@ajou.ac.kr>
Date: Wed, 6 Dec 2023 21:21:48 +0900
Subject: [PATCH] Fix chagne className(introduction -> intro)

---
 frontend/src/pages/Main.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/src/pages/Main.js b/frontend/src/pages/Main.js
index 722edcbc..2fee0b5d 100644
--- a/frontend/src/pages/Main.js
+++ b/frontend/src/pages/Main.js
@@ -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' }}>
-- 
GitLab