Skip to content

Commit

Permalink
fix theme name typo morth -> morph (#1174)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3dcdded)
  • Loading branch information
r1gm authored and martin-g committed Dec 12, 2024
1 parent 9168af3 commit a92ad39
Show file tree
Hide file tree
Showing 14 changed files with 26,383 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package de.agilecoders.wicket.themes.markup.html.bootswatch;

import java.util.Collections;
import java.util.List;
import java.util.Locale;

Expand All @@ -25,7 +24,7 @@
*/
public enum BootswatchTheme implements ITheme {
Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Litera, Lumen, Lux, Materia,
Minty, Morth, Pulse, Quartz, Sandstone, Simplex, Sketchy, Slate, Solar, Spacelab,
Minty, Morph, Pulse, Quartz, Sandstone, Simplex, Sketchy, Slate, Solar, Spacelab,
Superhero, United, Vapor, Yeti, Zephyr;

/**
Expand Down
Loading

0 comments on commit a92ad39

Please sign in to comment.