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 392f284 commit e9c5362Copy full SHA for e9c5362
src/components/page/navbar.vue
@@ -11,7 +11,7 @@
11
text-color="#fff"
12
active-text-color="rgb(233, 233, 235)"
13
>
14
- <el-menu-item index=""><img src="./../../assets/icon/SOJ-thick-white.svg" style="height: 40px" /></el-menu-item>
+ <el-menu-item index=""><img src="./../../assets/icon/SOJ-thick-white.svg" style="height: 40px;" /></el-menu-item>
15
<el-menu-item index="/"><i class="el-icon-s-home" /> Home</el-menu-item>
16
<el-menu-item index="/problem/list"><i class="el-icon-s-order" />Problem List</el-menu-item>
17
<el-submenu index="2" id="user">
0 commit comments