Skip to content

Commit

Permalink
fix(ui): Remove unnecessary blank line in Dashboard services section
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Mar 8, 2025
1 parent f4dcbf8 commit 7e3d73c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/Pages/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ const breadcrumb = ref<CustomBreadcrumbItem[]>([
<div v-for="service in services" :key="service.uuid">
<ResourceBox type="service" :href="route('next_project', service.uuid)" :name="service.name"
:description="service.description" />

</div>
<!-- <ResourceBox :new="true" type="postgresql" :href="route('next_projects')" name="New Database" /> -->
</div>
Expand Down

0 comments on commit 7e3d73c

Please sign in to comment.