Skip to content

Commit 03b9c35

Browse files
AllanKoderCopilot
andauthored
Update resources/js/Components/ResourceEdits/HeaderSection.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8930f1 commit 03b9c35

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

resources/js/Components/ResourceEdits/HeaderSection.vue

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,17 @@ const emit = defineEmits(['merge']);
1919
</script>
2020

2121
<template>
22-
<div>
23-
<div class="my-2 flex flex-row gap-2">
24-
<BackButton
25-
:route="
26-
route('resources.show', {
27-
slug: originalResource.slug,
28-
tab: 'edits',
29-
})
30-
"
31-
>
22+
<div class="my-2">
23+
<BackButton
24+
:route="
25+
route('resources.show', {
26+
slug: originalResource.slug,
27+
tab: 'edits',
28+
})
29+
"
30+
>
3231
<span class="my-auto">Back to {{ originalResource.name }}</span>
33-
</BackButton>
34-
</div>
32+
</BackButton>
3533
<div class="border-b border-gray-200 dark:border-gray-800 pb-6 mb-6">
3634
<div class="flex items-start justify-between">
3735
<div class="flex-1">

0 commit comments

Comments
 (0)