Skip to content

Commit 89304f0

Browse files
committed
어바웃 라우트 순서 변경
1 parent b079d8e commit 89304f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/assets/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ textarea {
2424
body {
2525
line-height: 1.45;
2626
color: #fff;
27-
background-color: #100F0F;
27+
background-color: #171717;
2828
}
2929

3030
a {

frontend/routes/routes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ export const routes: RouteType[] = [
1515
path: '/about/pyconkr',
1616
name: PageName.Pyconkr2022
1717
},
18-
{
19-
path: '/about/previous-pyconkr',
20-
name: PageName.PreviousPyconkr
21-
},
2218
{
2319
path: '/about/ticket',
2420
name: PageName.Ticket
2521
},
2622
{
2723
path: '/about/venue',
2824
name: PageName.Venue
25+
},
26+
{
27+
path: '/about/previous-pyconkr',
28+
name: PageName.PreviousPyconkr
2929
}
3030
]
3131
},

0 commit comments

Comments
 (0)