File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ import MobileMenu from "./menu";
9
9
class =" sticky top-0 z-50 grid grid-cols-[inherit] border-b border-b-border backdrop-blur-md [grid-column:_page]"
10
10
>
11
11
<div class =" flex items-end justify-between py-4 [grid-column:_content]" >
12
- <h1 class =" scroll-m-20 text-2xl font-extrabold" >SmartCook</h1 >
12
+ <a href =" /"
13
+ ><Button variant =" link" tabIndex ={ - 1 } >
14
+ <h1 class =" scroll-m-20 text-2xl font-extrabold" >SmartCook</h1 >
15
+ </Button ></a
16
+ >
13
17
14
18
<nav class =" max-md:hidden" >
15
19
<ul class =" flex gap-2" >
Original file line number Diff line number Diff line change 1
1
/** @type {import('tailwindcss').Config } */
2
- module . exports = {
2
+ export default {
3
3
darkMode : [ "class" ] ,
4
4
content : [
5
5
"./pages/**/*.{ts,tsx}" ,
You can’t perform that action at this time.
0 commit comments