Skip to content

Commit

Permalink
fix: remove file that was breaking the indexer, fix styling on mobile…
Browse files Browse the repository at this point in the history
… TOC (#369)

fix: remove file that was breaking the indexer, fix styling on mobile version of content list
  • Loading branch information
eliasmpw authored Jul 28, 2023
1 parent a7e8b3b commit d8d2da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Ui/PageMobileTOC.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<template>
<div class="w-full border-t border-gray-100">
<div class="w-full bg-white">
<div class="w-full bg-white dark:bg-black">
<Disclosure v-slot="{ open }">
<DisclosureButton @click="$emit('toggle-mobile-toc')" class="p-4 flex w-full justify-between items-center text-left">
<DisclosureButton as="div" @click="$emit('toggle-mobile-toc')" class="p-4 flex w-full justify-between items-center text-left">
<span class="px-2">{{ title }}</span>
<UiButtonsIconButton>
<UiIconsChevronDownIcon :class="{ 'rotate-180 transform': open }" class="h-5 w-5" />
Expand Down
Binary file not shown.

0 comments on commit d8d2da1

Please sign in to comment.