Skip to content

Commit

Permalink
Merge pull request #39 from jeffersonsimaogoncalves/patch-1
Browse files Browse the repository at this point in the history
Update Sidebar.vue
  • Loading branch information
dniccum authored Apr 2, 2024
2 parents 39e9591 + 4111936 commit 6120099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Sidebar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<card class="doc-order-first md:doc-order-3 doc-w-full md:doc-w-2/5 lg:doc-w-4/12 xl:doc-w-4/12 bg-white p-6 doc-self-start md:doc-mb-0">
<h3 class="mb-2 text-2xl font-bold">Contents</h3>
<h3 class="mb-2 text-2xl font-bold">{{ __('Contents') }}</h3>
<ul class="doc-list-disc doc-ml-6">
<li class="mb-2" v-for="item of content">
<Link :href="parseRoute(item)"
Expand Down

0 comments on commit 6120099

Please sign in to comment.