Skip to content

Commit

Permalink
make button 'submit'
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik committed Oct 16, 2024
1 parent 46a7250 commit 1dfec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/haystack/layouts/partials/advent-challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ end }}

{{ with .Params.submit }}
{{ partial "arrow-button" (dict "context" . "type" "link" "text" "Solution" "url" . "color" "green" "icon"
{{ partial "arrow-button" (dict "context" . "type" "link" "text" "Submit" "url" . "color" "green" "icon"
"submit")}}
{{ end }}
</div>
Expand Down

0 comments on commit 1dfec3a

Please sign in to comment.