Skip to content

Commit

Permalink
fixing daisyui
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Jan 7, 2024
1 parent a015190 commit 8f76b78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Drawer(
class="drawer-overlay"
>
</label>
<ul class="menu p-4 w-80 min-h-full bg-base-200 text-base-content">
<ul class="menu p-4 w-80 min-h-full bg-base-200 text-base-content gap-2">
{courses.map((course, index) => {
if ("courses" in course) {
return (
Expand Down
2 changes: 1 addition & 1 deletion routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function App({ Component }: PageProps) {
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nakhlahjs</title>
<title>نخلة جي أس</title>
<link rel="stylesheet" href="/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ export default {
"{routes,islands,components}/**/*.{ts,tsx}",
],
plugins: [daisyui],
daisyui: {
themes: ["sunset"],
},
} satisfies Config;

0 comments on commit 8f76b78

Please sign in to comment.