diff --git a/.env b/.env index 848a311..9dcff20 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ REACT_APP_BASE_URL="http://13.125.141.171:8080" - +REACT_APP_BASE_LOGO_URL=https://clubber-bucket.s3.ap-northeast-2.amazonaws.com/logo/soongsil_default.png diff --git a/public/footer/insta.png b/public/footer/insta.png new file mode 100644 index 0000000..20f8003 Binary files /dev/null and b/public/footer/insta.png differ diff --git a/src/App.jsx b/src/App.jsx index e00866e..210f202 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -24,6 +24,7 @@ import PendingList from './component/admin/pending/PendingList'; import Layout from './component/admin/component/Layout'; import ClubReviews from './component/admin/ClubReviews'; import RecruitPage from './pages/RecruitPage'; +import QnAPage from './pages/QnAPage'; import NoticeList from './component/main/NoticeList'; import NoticePage from './pages/NoticePage'; @@ -60,12 +61,17 @@ function App() { } /> } /> } /> + + } /> + + } /> } /> } /> } /> {/* }> } /> + } /> } /> } /> @@ -101,7 +107,9 @@ function App() { } /> } /> } /> + } /> +