This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 18
18
willpinha
19
19
</a >
20
20
and
21
- <a href =" https://github.com/willpinha/daisy-components /graphs/contributors" class =" link link-accent link-hover" >
21
+ <a href =" https://github.com/willpinha//graphs/contributors" class =" link link-accent link-hover" >
22
22
contributors
23
23
</a >
24
24
</span >
47
47
<div class =" flex flex-wrap justify-center gap-2" >
48
48
{#each tags as tag }
49
49
<a
50
- href ="/ {tag }"
50
+ href =" {tag }"
51
51
class =" btn btn-sm btn-outline btn-primary"
52
52
class:btn-disabled ={! isMatch (tag , filter )}
53
53
>
Original file line number Diff line number Diff line change 8
8
<!-- Left side -->
9
9
{#if tag }
10
10
<div class =" flex gap-2" >
11
- <a href =" /daisy-components " class =" btn btn-ghost px-3" >
11
+ <a href =" " class =" btn btn-ghost px-3" >
12
12
<i class =" fa-solid fa-arrow-left-long text-2xl" ></i >
13
13
</a >
14
14
17
17
</span >
18
18
</div >
19
19
{:else }
20
- <a href =" /daisy-components " class =" btn btn-ghost flex gap-2" >
20
+ <a href =" " class =" btn btn-ghost flex gap-2" >
21
21
<img src =" /logo.svg" class =" w-4" alt =" Daisy Catalog" />
22
22
23
23
<div class =" flex font-bold text-lg" >
30
30
<!-- Right side -->
31
31
<div class =" flex gap-0 sm:gap-2" >
32
32
<!-- GitHub -->
33
- <a title =" GitHub" target =" _blank" href =" https://github.com/willpinha/daisy-components " class =" btn btn-ghost btn-circle btn-sm" >
33
+ <a title =" GitHub" target =" _blank" href =" https://github.com/willpinha/" class =" btn btn-ghost btn-circle btn-sm" >
34
34
<i class =" fa-brands fa-github text-lg" ></i >
35
35
</a >
36
36
Original file line number Diff line number Diff line change 44
44
{@html html }
45
45
</div >
46
46
47
- <a target ="_blank" href ="https://github.com/willpinha/daisy-components /blob/master/src/collection/ {tag }/ {example }.html" class =" tab" >
47
+ <a target ="_blank" href ="https://github.com/willpinha//blob/master/src/collection/ {tag }/ {example }.html" class =" tab" >
48
48
Code
49
49
</a >
50
50
51
- <a target ="_blank" href ="/ playground/ {tag }/ {example }" class =" tab" >Playground</a >
51
+ <a target ="_blank" href ="playground/ {tag }/ {example }" class =" tab" >Playground</a >
52
52
</div >
53
53
</div >
Original file line number Diff line number Diff line change 9
9
<meta charset =" UTF-8" >
10
10
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
11
11
<title >Components | { title } </title >
12
- <link rel =" icon" type =" image/x-icon" href =" /logo.svg" >
12
+ <base href =" /daisy-components/" />
13
+ <link rel =" icon" type =" image/x-icon" href =" logo.svg" >
13
14
<script is:inline >
14
15
/**
15
16
* Prevents the FART problem (https://css-tricks.com/flash-of-inaccurate-color-theme-fart/)
You can’t perform that action at this time.
0 commit comments