Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 28, 2024
1 parent cc2e2b7 commit 6ea21ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ yarn.lock
.next
/dist
/colors
/index.js
/imports.js
.idea
.DS_Store
*.tgz
Expand Down
14 changes: 11 additions & 3 deletions src/docs/src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ const newtabicon = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="2
rel="noopener, noreferrer"
href="https://react.daisyui.com/"
class="link link-hover group">
React daisyUI
React-daisyUI
{@html newtabicon}
</a>
<a
target="_blank"
rel="noopener, noreferrer"
href="https://mary-ui.com/"
class="link link-hover group">
Mary - Laravel components
MaryUI for Laravel
{@html newtabicon}
</a>
<a
Expand Down Expand Up @@ -208,12 +208,20 @@ const newtabicon = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="2
Backpex for Phoenix
{@html newtabicon}
</a>
<a
target="_blank"
rel="noopener, noreferrer"
href="https://github.com/dobicinaitis/tailwind-cli-extra"
class="link link-hover group">
Tailwind standalone + daisyUI
{@html newtabicon}
</a>
<a
target="_blank"
rel="noopener, noreferrer"
href="https://tailscan.com/?ref=daisyui"
class="link link-hover group">
Tailscan
Tailscan extension
{@html newtabicon}
</a>
</div>
Expand Down

0 comments on commit 6ea21ef

Please sign in to comment.