瀏覽代碼

Merge branch 'hotfix/uncomment-line'

Vincent GUFFON 3 年之前
父節點
當前提交
69bdee524a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      layouts/default.vue

+ 1 - 1
layouts/default.vue

@@ -11,7 +11,7 @@
       <v-main class="ot_content_color">
         <LayoutSubheader v-if="displayedSubHeader" />
 
-<!--        <LayoutAlertbar class="mt-1"></LayoutAlertbar>-->
+        <LayoutAlertbar class="mt-1"></LayoutAlertbar>
 
         <!-- Page will be rendered here-->
         <nuxt />