File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 36
36
"@iconify-json/logos" : " 1.2.3" ,
37
37
"@iconify-json/lucide" : " 1.2.11" ,
38
38
"@iconify/tailwind" : " 1.1.3" ,
39
- "@jimmy.codes/eslint-config" : " 3.6.0 " ,
39
+ "@jimmy.codes/eslint-config" : " 3.6.1 " ,
40
40
"@jimmy.codes/prettier-config" : " 1.1.0" ,
41
41
"@playwright/test" : " 1.48.2" ,
42
42
"@storybook/addon-a11y" : " 8.4.1" ,
66
66
"eslint" : " 9.14.0" ,
67
67
"eslint-plugin-storybook" : " 0.11.0" ,
68
68
"gitzy" : " 5.5.0" ,
69
- "happy-dom" : " 15.8.5 " ,
69
+ "happy-dom" : " 15.9.0 " ,
70
70
"is-ci" : " 3.0.1" ,
71
71
"jiti" : " 2.4.0" ,
72
72
"knip" : " 5.36.2" ,
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ export const ExtLink = ({
31
31
< a
32
32
className = { cn (
33
33
{
34
- "dsy-btn" : variant === "button" ,
35
34
"dsy-btn-accent" : color === "accent" ,
36
35
"dsy-btn-primary" : color === "primary" ,
37
36
"dsy-btn-secondary" : color === "secondary" ,
37
+ "dsy-btn dsy-btn-sm" : variant === "button" ,
38
38
"dsy-link-hover dsy-link" : variant === "default" ,
39
39
} ,
40
40
className ,
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ export const Home = () => {
5
5
< div className = "grid min-h-screen place-content-center" >
6
6
< div className = "dsy-hero" >
7
7
< div className = "dsy-hero-content flex-col gap-8" >
8
- < div className = "flex gap-4" >
9
- < span className = "icon-[logos--bun] text-5xl md:text-7xl " />
10
- < span className = "icon-[logos--vitejs] text-5xl md:text-7xl " />
11
- < span className = "icon-[logos--react] text-5xl md:text-7xl " />
12
- < span className = "icon-[logos--typescript-icon] text-5xl md:text-7xl " />
13
- < span className = "icon-[logos--tailwindcss-icon] text-5xl md:text-7xl " />
8
+ < div className = "flex gap-4 text-4xl md:text-6xl " >
9
+ < span className = "icon-[logos--bun]" />
10
+ < span className = "icon-[logos--vitejs]" />
11
+ < span className = "icon-[logos--react]" />
12
+ < span className = "icon-[logos--typescript-icon]" />
13
+ < span className = "icon-[logos--tailwindcss-icon]" />
14
14
</ div >
15
15
< div className = "flex flex-col gap-4 text-center" >
16
16
< h1 className = "inline bg-gradient-to-r from-primary to-secondary bg-clip-text text-8xl font-bold text-transparent" >
You can’t perform that action at this time.
0 commit comments