Skip to content

Commit 5c1d793

Browse files
committed
add shuttle bus stop png
1 parent 92234e8 commit 5c1d793

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

pages/whitebook/the-campus-shuttle-bus-operating-schedule.tsx

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import React from 'react';
22

33
import Layout from '@/components/layout';
44
import { Table } from 'semantic-ui-react';
5+
import Image from 'next/image';
56

67
const TheCampusShuttleBusOperatingSchedule: React.FC = () => {
78
// prettier-ignore
8-
const InnerSpotList = ['idx', '임시 주차장', '지곡회관', '철강대학원', '실험동', '가속기', '실험동', '철강대학원', '지곡회관', '임시 주차장', '환경동']
9+
const InnerSpotList = ['idx', '임시 주차장', '지곡회관', '친환경소재\n대학원', '실험동', '가속기', '실험동', '친환경소재\n대학원', '지곡회관', '임시 주차장', '환경동']
910

1011
// prettier-ignore
1112
const InnerSpotTable_Semester = [
@@ -76,7 +77,7 @@ const TheCampusShuttleBusOperatingSchedule: React.FC = () => {
7677
{InnerSpotList.map((spot, index) => {
7778
return (
7879
<Table.HeaderCell width={1} key={index}>
79-
{spot}
80+
<pre>{spot}</pre>
8081
</Table.HeaderCell>
8182
);
8283
})}
@@ -122,6 +123,18 @@ const TheCampusShuttleBusOperatingSchedule: React.FC = () => {
122123
- 문의처: 054-279-3536 (차량반)
123124
<br />
124125
</p>
126+
127+
<h2>셔틀버스 정류장(Shuttle Bus Stop)</h2>
128+
<div>
129+
<img
130+
src="/shuttle-bus-stop.png"
131+
alt="Shuttle Bus Stop"
132+
style={{
133+
maxWidth: '400px',
134+
height: 'auto',
135+
}}
136+
/>
137+
</div>
125138
</Layout>
126139
);
127140
};

public/shuttle-bus-stop.png

751 KB
Loading

0 commit comments

Comments
 (0)