Skip to content

Commit

Permalink
Update Sidebar.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersongoncalves authored Nov 24, 2023
1 parent 2524d53 commit 4111936
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 4111936

Please sign in to comment.