Skip to content

Commit

Permalink
fixed tailwind url
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Sep 2, 2024
1 parent 09a8e4b commit 83847d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/App.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/App.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App-backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7229,7 +7229,7 @@ window.newProject = () => {
'tailwind': {
source: 'imgs/frameworks/tailwind.svg',
libraries: [
"https://michaelsboost.com/TailwindCSSMod/tailwind-mod-noreset.min.js"
"https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.js"
],
meta: ''
},
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7229,7 +7229,7 @@ window.newProject = () => {
'tailwind': {
source: 'imgs/frameworks/tailwind.svg',
libraries: [
"https://michaelsboost.com/TailwindCSSMod/tailwind-mod-noreset.min.js"
"https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.js"
],
meta: ''
},
Expand Down

0 comments on commit 83847d6

Please sign in to comment.