Improving pages title

This commit is contained in:
2024-05-17 20:15:32 +07:00
parent 7c24598cb1
commit fe6c3f7870
13 changed files with 28 additions and 28 deletions

View File

@ -34,7 +34,7 @@ func GET(w http.ResponseWriter, r *http.Request) {
})
}
component := downloadView.Main("Download Page", filesData)
component := downloadView.Main("Filekeeper - Download Page", filesData)
err = component.Render(r.Context(), w)
if err != nil {
w.WriteHeader(http.StatusInternalServerError)