Skip to content

Commit

Permalink
fix: 🐛 Fixed reference to the old base file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 2, 2024
1 parent af6b023 commit ff6ceb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you just want the theme without all our modules integrated, simply copy this

#### ❓Where do I install it?

Locate the `Custom CSS code` option under your General settings in the admin panel and simply paste the following line within the box.
Locate the `Custom CSS code` option under your General settings in the admin panel and simply paste one of the lines above within the box.

If you wish to just install this for yourself only, you can do so by going to your users Display settings and copy the following settings.

Expand Down
2 changes: 1 addition & 1 deletion theme/complete.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
You can grab the base theme by changing jamfin.css to base.css in the first line.
*/

@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/jamfin.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/modules/central-libraries-small.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/modules/change-logo.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/modules/count-indicators.css");
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.11

0 comments on commit ff6ceb6

Please sign in to comment.