about summary refs log tree commit diff
path: root/pages/index.vue
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.vue')
-rw-r--r--pages/index.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.vue b/pages/index.vue
index a801653..2f93914 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,11 +1,11 @@
 <template>
   <div>
-    <join-us />
+    <oboz-widget />
     <div style="width: 100%; padding-top: 50px">
       <h1>Ostatnie wpisy z kroniki</h1>
       <post-list :posts="posts" :max="4" />
     </div>
-    <oboz-widget />
+    <join-us />
     <facebook-feed />
   </div>
 </template>