Skip to content

Commit

Permalink
Fix: Removed redundant dark mode theme link
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 committed Jul 27, 2023
1 parent 7977b70 commit 447f89e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/views/flatpickr.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
<template x-if="attribs.theme!=='default'">
<link rel="stylesheet" type="text/css" :href="attribs.themeAsset">
</template>
<template x-if="mode === 'dark'">
<link rel="stylesheet" type="text/css" :href="attribs.darkThemeAsset">
</template>
<!-- Interact with the `state` property in Alpine.js -->
<div class="flex items-center justify-start relative">
<x-heroicon-o-calendar
Expand Down

0 comments on commit 447f89e

Please sign in to comment.