about summary refs log tree commit diff
path: root/components/JoinUs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r--components/JoinUs.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue
index a219d16..65431fa 100644
--- a/components/JoinUs.vue
+++ b/components/JoinUs.vue
@@ -21,12 +21,16 @@ export default {
 </script>
 
 <style scoped>
+.webp .joinus {
+  background-image: url('/assets/bg.webp');
+}
+
 .joinus {
   width: 100%;
 
   padding: 80px 20%;
 
-  background-image: url('/assets/bg.webp');
+  background-image: url('/assets/bg.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;