Skip to content

Commit

Permalink
feat(web-service): fix main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Oct 31, 2023
1 parent d864fdf commit 9e24130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/web-service/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
</main>

<style lang="scss">
@import "./styles/fonts";
.headline {
color: red;
font-family: Manrope sans-serif;
}
</style>
2 changes: 1 addition & 1 deletion src/web-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func indexHandler(tmpl *template.Template) http.HandlerFunc {

func getFilesOutManifestJson() (string, string) {
data := map[string]struct {
CSS []string `json:"styles"`
CSS []string `json:"css"`
File string `json:"file"`
IsEntry bool `json:"isEntry"`
Src string `json:"src"`
Expand Down

0 comments on commit 9e24130

Please sign in to comment.