Skip to content

Commit

Permalink
fix: default CTFd theme is now core-beta as of CTFd/CTFd#2629
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Oct 11, 2024
1 parent de0ce5f commit 5ab4329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
description: 'The frontend small icon. Provide a path to a locally-accessible file.'
theme_name:
description: 'The frontend theme name.'
default: 'core'
default: 'core-beta'
theme_color:
description: 'The frontend theme color.'
theme_header:
Expand Down
2 changes: 1 addition & 1 deletion cmd/ctfd-setup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func main() {
&cli.StringFlag{
Name: "theme.name",
Usage: "The frontend theme name.",
Value: "core",
Value: "core-beta",
EnvVars: []string{"THEME_NAME", "PLUGIN_THEME_NAME"},
Category: configuration,
},
Expand Down

0 comments on commit 5ab4329

Please sign in to comment.