-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
328 changed files
with
368 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -386,7 +386,7 @@ | |
<img | ||
width="40" | ||
height="40" | ||
src="/[email protected]" | ||
src="https://img.daisyui.com/[email protected]" | ||
alt="Tailwind button" | ||
aria-label="Tailwind CSS button" /> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
width="80" | ||
height="80" | ||
alt="heart emoji" | ||
src="/images/emoji/[email protected]" | ||
srcset={`/images/emoji/heart-on-fire.webp 2x`} | ||
src="https://img.daisyui.com/images/emoji/[email protected]" | ||
srcset={`https://img.daisyui.com/images/emoji/heart-on-fire.webp 2x`} | ||
class="pointer-events-none inline-block h-20 w-20 align-bottom" /> | ||
</div> | ||
<div class="h-20" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,8 +222,8 @@ | |
width="72" | ||
height="72" | ||
alt="yawing face emoji" | ||
src="/images/emoji/[email protected]" | ||
srcset={`/images/emoji/yawning-face.webp 2x`} | ||
src="https://img.daisyui.com/images/emoji/[email protected]" | ||
srcset={`https://img.daisyui.com/images/emoji/yawning-face.webp 2x`} | ||
class="pointer-events-none inline-block h-[1em] w-[1em] align-bottom" /> | ||
</h2> | ||
|
||
|
@@ -258,8 +258,8 @@ | |
width="72" | ||
height="72" | ||
alt="sunglasses emoji" | ||
src="/images/emoji/[email protected]" | ||
srcset={`/images/emoji/smiling-face-with-sunglasses.webp 2x`} | ||
src="https://img.daisyui.com/images/emoji/[email protected]" | ||
srcset={`https://img.daisyui.com/images/emoji/smiling-face-with-sunglasses.webp 2x`} | ||
class="pointer-events-none inline-block h-[1em] w-[1em] align-bottom" /> | ||
</h2> | ||
<div class="h-6" /> | ||
|
@@ -478,7 +478,7 @@ | |
loading="lazy" | ||
width="40" | ||
height="40" | ||
src="/[email protected]" | ||
src="https://img.daisyui.com/[email protected]" | ||
alt="tailwind css avatar component" /> | ||
</div> | ||
</div> | ||
|
@@ -1369,7 +1369,7 @@ | |
[1.05, 1] | ||
)}`} | ||
alt={`daisyUI ${logo}`} | ||
src={`/logos/${logo}.svg`} /> | ||
src={`https://img.daisyui.com/logos/${logo}.svg`} /> | ||
{/each} | ||
</div> | ||
</div> | ||
|
@@ -1759,7 +1759,7 @@ | |
width="96" | ||
height="96" | ||
class="aspect-square h-10 w-10" | ||
src={`/logos/${logo}.svg`} | ||
src={`https://img.daisyui.com/logos/${logo}.svg`} | ||
alt={`daisyUI ${logo}`} /> | ||
{/each} | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.