Skip to content

Commit

Permalink
fix offset
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Jul 30, 2024
1 parent a505749 commit 0fad5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/AllProjectsView/AllProjectsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function createProject() {
<template v-for="project in items" :key="project.id">
<project-card
:project="project.raw"
class="mb-2"
@select-project="selectProject"
@joined-project="onJoinedProject" />
</template>
Expand Down

0 comments on commit 0fad5b0

Please sign in to comment.