We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b079d8e commit 89304f0Copy full SHA for 89304f0
frontend/assets/styles/global.css
@@ -24,7 +24,7 @@ textarea {
24
body {
25
line-height: 1.45;
26
color: #fff;
27
- background-color: #100F0F;
+ background-color: #171717;
28
}
29
30
a {
frontend/routes/routes.ts
@@ -15,17 +15,17 @@ export const routes: RouteType[] = [
15
path: '/about/pyconkr',
16
name: PageName.Pyconkr2022
17
},
18
- {
19
- path: '/about/previous-pyconkr',
20
- name: PageName.PreviousPyconkr
21
- },
22
{
23
path: '/about/ticket',
name: PageName.Ticket
path: '/about/venue',
name: PageName.Venue
+ },
+ {
+ path: '/about/previous-pyconkr',
+ name: PageName.PreviousPyconkr
]
31
0 commit comments