about summary refs log tree commit diff
path: root/pages/index.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-10-13 20:59:07 +0200
committerGitHub <noreply@github.com>2020-10-13 20:59:07 +0200
commit7a9414ce9ae60ca8fb07dd660df18af290121b8c (patch)
tree9f51494d11b8802dc9d18c4fbca3d032006c7f49 /pages/index.vue
parentb04586d08643d7dd57c3ec279189782e4acfe1da (diff)
parent0edaf7ccc87df5aefec79b3fabd9d4741f3f97c7 (diff)
downloadpuszcza-7a9414ce9ae60ca8fb07dd660df18af290121b8c.tar.gz
puszcza-7a9414ce9ae60ca8fb07dd660df18af290121b8c.zip
Merge pull request #46 from 19pdh/nabor
Nabor
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 2f93914..a801653 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,11 +1,11 @@
 <template>
   <div>
-    <oboz-widget />
+    <join-us />
     <div style="width: 100%; padding-top: 50px">
       <h1>Ostatnie wpisy z kroniki</h1>
       <post-list :posts="posts" :max="4" />
     </div>
-    <join-us />
+    <oboz-widget />
     <facebook-feed />
   </div>
 </template>