Skip to content

Commit a80b1f5

Browse files
committed
Rename new collective action class to be less generic (#271)
1 parent cfbd001 commit a80b1f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/Home.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{ t('collectives', 'Come, organize and build shared knowledge!') }}
77
</template>
88
</EmptyContent>
9-
<div class="action">
9+
<div class="new_collective">
1010
<button :class="{ primary }" @click="newCollective">
1111
{{ t('collectives', 'Create new collective') }}
1212
</button>
@@ -57,10 +57,10 @@ export default {
5757
}
5858
</script>
5959

60-
<style>
61-
.action {
60+
<style scoped>
61+
.new_collective {
6262
text-align: center;
6363
width: 100%;
64-
margin-top:10px;
64+
margin-top: 10px;
6565
}
6666
</style>

0 commit comments

Comments
 (0)