Skip to content

Commit

Permalink
Fixed key issue
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Nov 18, 2024
1 parent 7ae87eb commit 305bbcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ module.exports = {
'dark7': "url('/homepage-dark7.png')",
'dark8': "url('/homepage-dark8.png')",
'dark9': "url('/homepage-dark9.png')",
'dark9': "url('/homepage-dark10.png')",
'dark9': "url('/homepage-dark11.png')",
'dark10': "url('/homepage-dark10.png')",
'dark11': "url('/homepage-dark11.png')",
'light2': "url('/homepage-light2.png')",
'light3': "url('/homepage-light3.png')",
'light4': "url('/homepage-light4.png')",
Expand All @@ -33,8 +33,8 @@ module.exports = {
'light11': "url('/homepage-light11.png')",
'light12': "url('/homepage-light12.png')",
'light13': "url('/homepage-light13.png')",
'light13': "url('/homepage-light14.png')",
'light13': "url('/homepage-light15.png')",
'light14': "url('/homepage-light14.png')",
'light15': "url('/homepage-light15.png')",
},
},
},
Expand Down

0 comments on commit 305bbcc

Please sign in to comment.