about summary refs log tree commit diff
path: root/pages
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-10-12 21:20:38 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-10-12 21:20:38 +0200
commit8a11123d85540c222804bfb07187079f5c08217b (patch)
tree82df74079e3a075957a216e582e19995a12e2136 /pages
parent7204f6a7707a5d348fac16e754ece43d160ef28c (diff)
downloadpuszcza-8a11123d85540c222804bfb07187079f5c08217b.tar.gz
puszcza-8a11123d85540c222804bfb07187079f5c08217b.zip
JoinUs component
Diffstat (limited to 'pages')
-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>