Skip to content

Commit

Permalink
fix($theme-default): using '.theme-default-content' to replace '.cont…
Browse files Browse the repository at this point in the history
…ent' in 404 layout (#1646)
  • Loading branch information
ngocnv-0940 authored and ulivz committed Jun 9, 2019
1 parent 527a47e commit f0d1344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/layouts/404.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="theme-container">
<div class="content">
<div class="theme-default-content">
<h1>404</h1>
<blockquote>{{ getMsg() }}</blockquote>
<router-link to="/">Take me home.</router-link>
Expand Down

0 comments on commit f0d1344

Please sign in to comment.